azure-storage-blob 12.24.0__tar.gz → 12.24.0b1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/CHANGELOG.md +0 -5
  2. {azure_storage_blob-12.24.0/azure_storage_blob.egg-info → azure_storage_blob-12.24.0b1}/PKG-INFO +2 -2
  3. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_blob_client.py +3 -6
  4. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/request_handlers.py +3 -2
  5. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/response_handlers.py +2 -2
  6. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_version.py +1 -1
  7. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_blob_client_async.py +3 -6
  8. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1/azure_storage_blob.egg-info}/PKG-INFO +2 -2
  9. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/pyproject.toml +0 -1
  10. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/setup.py +1 -1
  11. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/LICENSE +0 -0
  12. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/MANIFEST.in +0 -0
  13. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/README.md +0 -0
  14. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/__init__.py +0 -0
  15. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/__init__.py +0 -0
  16. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/__init__.py +0 -0
  17. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_blob_client_helpers.py +0 -0
  18. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_blob_service_client.py +0 -0
  19. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_blob_service_client_helpers.py +0 -0
  20. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_container_client.py +0 -0
  21. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_container_client_helpers.py +0 -0
  22. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_deserialize.py +0 -0
  23. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_download.py +0 -0
  24. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_encryption.py +0 -0
  25. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/__init__.py +0 -0
  26. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/_azure_blob_storage.py +0 -0
  27. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/_configuration.py +0 -0
  28. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/_patch.py +0 -0
  29. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/_serialization.py +0 -0
  30. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/__init__.py +0 -0
  31. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/_azure_blob_storage.py +0 -0
  32. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/_configuration.py +0 -0
  33. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/_patch.py +0 -0
  34. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/__init__.py +0 -0
  35. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.py +0 -0
  36. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_blob_operations.py +0 -0
  37. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.py +0 -0
  38. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_container_operations.py +0 -0
  39. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.py +0 -0
  40. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_patch.py +0 -0
  41. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/aio/operations/_service_operations.py +0 -0
  42. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/models/__init__.py +0 -0
  43. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.py +0 -0
  44. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/models/_models_py3.py +0 -0
  45. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/models/_patch.py +0 -0
  46. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/__init__.py +0 -0
  47. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_append_blob_operations.py +0 -0
  48. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_blob_operations.py +0 -0
  49. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_block_blob_operations.py +0 -0
  50. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_container_operations.py +0 -0
  51. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_page_blob_operations.py +0 -0
  52. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_patch.py +0 -0
  53. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/operations/_service_operations.py +0 -0
  54. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_generated/py.typed +0 -0
  55. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_lease.py +0 -0
  56. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_list_blobs_helper.py +0 -0
  57. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_models.py +0 -0
  58. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_quick_query_helper.py +0 -0
  59. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_serialize.py +0 -0
  60. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/__init__.py +0 -0
  61. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/authentication.py +0 -0
  62. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/__init__.py +0 -0
  63. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/avro_io.py +0 -0
  64. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/avro_io_async.py +0 -0
  65. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/datafile.py +0 -0
  66. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/datafile_async.py +0 -0
  67. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/avro/schema.py +0 -0
  68. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/base_client.py +0 -0
  69. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/base_client_async.py +0 -0
  70. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/constants.py +0 -0
  71. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/models.py +0 -0
  72. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/parser.py +0 -0
  73. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/policies.py +0 -0
  74. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/policies_async.py +0 -0
  75. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/shared_access_signature.py +0 -0
  76. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/uploads.py +0 -0
  77. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared/uploads_async.py +0 -0
  78. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_shared_access_signature.py +0 -0
  79. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/_upload_helpers.py +0 -0
  80. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/__init__.py +0 -0
  81. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_blob_service_client_async.py +0 -0
  82. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_container_client_async.py +0 -0
  83. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_download_async.py +0 -0
  84. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_encryption_async.py +0 -0
  85. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_lease_async.py +0 -0
  86. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_list_blobs_helper.py +0 -0
  87. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_models.py +0 -0
  88. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/aio/_upload_helpers.py +0 -0
  89. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure/storage/blob/py.typed +0 -0
  90. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure_storage_blob.egg-info/SOURCES.txt +0 -0
  91. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure_storage_blob.egg-info/dependency_links.txt +0 -0
  92. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure_storage_blob.egg-info/not-zip-safe +0 -0
  93. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure_storage_blob.egg-info/requires.txt +0 -0
  94. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/azure_storage_blob.egg-info/top_level.txt +0 -0
  95. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/migration_guide.md +0 -0
  96. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/README.md +0 -0
  97. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_authentication.py +0 -0
  98. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_authentication_async.py +0 -0
  99. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_batch_delete_blobs.py +0 -0
  100. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_client_side_encryption.py +0 -0
  101. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_client_side_encryption_keyvault.py +0 -0
  102. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_common.py +0 -0
  103. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_common_async.py +0 -0
  104. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_container_access_policy.py +0 -0
  105. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_container_access_policy_async.py +0 -0
  106. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_containers.py +0 -0
  107. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_containers_async.py +0 -0
  108. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_copy_blob.py +0 -0
  109. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_copy_blob_async.py +0 -0
  110. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_directory_interface.py +0 -0
  111. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_directory_interface_mimetype.py +0 -0
  112. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_enumerate_blobs.py +0 -0
  113. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_enumerate_blobs_async.py +0 -0
  114. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_hello_world.py +0 -0
  115. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_hello_world_async.py +0 -0
  116. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_network_activity_logging.py +0 -0
  117. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_proxy_configuration.py +0 -0
  118. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_query.py +0 -0
  119. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_service.py +0 -0
  120. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_service_async.py +0 -0
  121. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_walk_blob_hierarchy.py +0 -0
  122. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/samples/blob_samples_walk_blob_hierarchy_async.py +0 -0
  123. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/setup.cfg +0 -0
  124. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/avro/__init__.py +0 -0
  125. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/avro/test_avro.py +0 -0
  126. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/avro/test_avro_async.py +0 -0
  127. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/conftest.py +0 -0
  128. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/encryption_test_helper.py +0 -0
  129. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/fake_credentials.py +0 -0
  130. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/__init__.py +0 -0
  131. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/_test_base_legacy.py +0 -0
  132. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/download.py +0 -0
  133. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/list_blobs.py +0 -0
  134. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/upload.py +0 -0
  135. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/upload_block.py +0 -0
  136. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/T1_legacy_tests/upload_from_file.py +0 -0
  137. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/__init__.py +0 -0
  138. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/_test_base.py +0 -0
  139. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/download.py +0 -0
  140. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/key_wrapper.py +0 -0
  141. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/list_blobs.py +0 -0
  142. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/upload.py +0 -0
  143. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/upload_block.py +0 -0
  144. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/perfstress_tests/upload_from_file.py +0 -0
  145. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/settings/__init__.py +0 -0
  146. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/settings/settings_fake.py +0 -0
  147. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/settings/testcase.py +0 -0
  148. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_append_blob.py +0 -0
  149. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_append_blob_async.py +0 -0
  150. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_access_conditions.py +0 -0
  151. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_access_conditions_async.py +0 -0
  152. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_api_version.py +0 -0
  153. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_api_version_async.py +0 -0
  154. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_client.py +0 -0
  155. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_client_async.py +0 -0
  156. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_encryption.py +0 -0
  157. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_encryption_async.py +0 -0
  158. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_encryption_v2.py +0 -0
  159. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_encryption_v2_async.py +0 -0
  160. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_retry.py +0 -0
  161. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_retry_async.py +0 -0
  162. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_service_properties.py +0 -0
  163. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_service_properties_async.py +0 -0
  164. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_service_stats.py +0 -0
  165. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_service_stats_async.py +0 -0
  166. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_storage_account.py +0 -0
  167. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_storage_account_async.py +0 -0
  168. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_tags.py +0 -0
  169. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_blob_tags_async.py +0 -0
  170. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_block_blob.py +0 -0
  171. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_block_blob_async.py +0 -0
  172. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_block_blob_sync_copy.py +0 -0
  173. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_block_blob_sync_copy_async.py +0 -0
  174. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_common_blob.py +0 -0
  175. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_common_blob_async.py +0 -0
  176. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_container.py +0 -0
  177. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_container_async.py +0 -0
  178. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_cpk.py +0 -0
  179. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_cpk_async.py +0 -0
  180. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_cpk_n.py +0 -0
  181. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_cpk_n_async.py +0 -0
  182. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_dictmixin.py +0 -0
  183. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_get_blob.py +0 -0
  184. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_get_blob_async.py +0 -0
  185. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_helpers.py +0 -0
  186. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_helpers_async.py +0 -0
  187. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_large_block_blob.py +0 -0
  188. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_large_block_blob_async.py +0 -0
  189. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_largest_block_blob.py +0 -0
  190. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_largest_block_blob_async.py +0 -0
  191. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_logging.py +0 -0
  192. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_logging_async.py +0 -0
  193. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_ors.py +0 -0
  194. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_ors_async.py +0 -0
  195. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_page_blob.py +0 -0
  196. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_page_blob_async.py +0 -0
  197. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_quick_query.py +0 -0
  198. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_retry.py +0 -0
  199. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_retry_async.py +0 -0
  200. {azure_storage_blob-12.24.0 → azure_storage_blob-12.24.0b1}/tests/test_upload_chunking.py +0 -0
@@ -1,10 +1,5 @@
1
1
  # Release History
2
2
 
3
- ## 12.24.0 (2024-11-13)
4
-
5
- ### Features Added
6
- - Stable release of features from 12.24.0b1
7
-
8
3
  ## 12.24.0b1 (2024-10-10)
9
4
 
10
5
  ### Features Added
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: azure-storage-blob
3
- Version: 12.24.0
3
+ Version: 12.24.0b1
4
4
  Summary: Microsoft Azure Blob Storage Client Library for Python
5
5
  Home-page: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob
6
6
  Author: Microsoft Corporation
7
7
  Author-email: ascl@microsoft.com
8
8
  License: MIT License
9
9
  Keywords: azure,azure sdk
10
- Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3 :: Only
13
13
  Classifier: Programming Language :: Python :: 3
@@ -540,9 +540,8 @@ class BlobClient(StorageAccountHostsMixin, StorageEncryptionMixin): # pylint: d
540
540
  value specified in this header, the request will fail with
541
541
  MaxBlobSizeConditionNotMet error (HTTP status code 412 - Precondition Failed).
542
542
  :keyword int max_concurrency:
543
- Maximum number of parallel connections to use when transferring the blob in chunks.
544
- This option does not affect the underlying connection pool, and may
545
- require a separate configuration of the connection pool.
543
+ Maximum number of parallel connections to use when the blob size exceeds
544
+ 64MB.
546
545
  :keyword ~azure.storage.blob.CustomerProvidedEncryptionKey cpk:
547
546
  Encrypts the data on the service-side with the given key.
548
547
  Use of customer-provided keys must be done over HTTPS.
@@ -696,9 +695,7 @@ class BlobClient(StorageAccountHostsMixin, StorageEncryptionMixin): # pylint: d
696
695
  As the encryption key itself is provided in the request,
697
696
  a secure connection must be established to transfer the key.
698
697
  :keyword int max_concurrency:
699
- Maximum number of parallel connections to use when transferring the blob in chunks.
700
- This option does not affect the underlying connection pool, and may
701
- require a separate configuration of the connection pool.
698
+ The number of parallel connections with which to download.
702
699
  :keyword Optional[str] encoding:
703
700
  Encoding to decode the downloaded bytes. Default is None, i.e. no decoding.
704
701
  :keyword progress_hook:
@@ -4,11 +4,12 @@
4
4
  # license information.
5
5
  # --------------------------------------------------------------------------
6
6
 
7
+ from typing import Dict, Optional
8
+
7
9
  import logging
10
+ from os import fstat
8
11
  import stat
9
12
  from io import (SEEK_END, SEEK_SET, UnsupportedOperation)
10
- from os import fstat
11
- from typing import Dict, Optional
12
13
 
13
14
  import isodate
14
15
 
@@ -60,9 +60,9 @@ def normalize_headers(headers):
60
60
 
61
61
  def deserialize_metadata(response, obj, headers): # pylint: disable=unused-argument
62
62
  try:
63
- raw_metadata = {k: v for k, v in response.http_response.headers.items() if k.lower().startswith('x-ms-meta-')}
63
+ raw_metadata = {k: v for k, v in response.http_response.headers.items() if k.startswith("x-ms-meta-")}
64
64
  except AttributeError:
65
- raw_metadata = {k: v for k, v in response.headers.items() if k.lower().startswith('x-ms-meta-')}
65
+ raw_metadata = {k: v for k, v in response.headers.items() if k.startswith("x-ms-meta-")}
66
66
  return {k[10:]: v for k, v in raw_metadata.items()}
67
67
 
68
68
 
@@ -4,4 +4,4 @@
4
4
  # license information.
5
5
  # --------------------------------------------------------------------------
6
6
 
7
- VERSION = "12.24.0"
7
+ VERSION = "12.24.0b1"
@@ -530,9 +530,8 @@ class BlobClient(AsyncStorageAccountHostsMixin, StorageAccountHostsMixin, Storag
530
530
  value specified in this header, the request will fail with
531
531
  MaxBlobSizeConditionNotMet error (HTTP status code 412 - Precondition Failed).
532
532
  :keyword int max_concurrency:
533
- Maximum number of parallel connections to use when transferring the blob in chunks.
534
- This option does not affect the underlying connection pool, and may
535
- require a separate configuration of the connection pool.
533
+ Maximum number of parallel connections to use when the blob size exceeds
534
+ 64MB.
536
535
  :keyword ~azure.storage.blob.CustomerProvidedEncryptionKey cpk:
537
536
  Encrypts the data on the service-side with the given key.
538
537
  Use of customer-provided keys must be done over HTTPS.
@@ -688,9 +687,7 @@ class BlobClient(AsyncStorageAccountHostsMixin, StorageAccountHostsMixin, Storag
688
687
  As the encryption key itself is provided in the request,
689
688
  a secure connection must be established to transfer the key.
690
689
  :keyword int max_concurrency:
691
- Maximum number of parallel connections to use when transferring the blob in chunks.
692
- This option does not affect the underlying connection pool, and may
693
- require a separate configuration of the connection pool.
690
+ The number of parallel connections with which to download.
694
691
  :keyword str encoding:
695
692
  Encoding to decode the downloaded bytes. Default is None, i.e. no decoding.
696
693
  :keyword progress_hook:
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: azure-storage-blob
3
- Version: 12.24.0
3
+ Version: 12.24.0b1
4
4
  Summary: Microsoft Azure Blob Storage Client Library for Python
5
5
  Home-page: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob
6
6
  Author: Microsoft Corporation
7
7
  Author-email: ascl@microsoft.com
8
8
  License: MIT License
9
9
  Keywords: azure,azure sdk
10
- Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Programming Language :: Python
12
12
  Classifier: Programming Language :: Python :: 3 :: Only
13
13
  Classifier: Programming Language :: Python :: 3
@@ -4,4 +4,3 @@ pyright = false
4
4
  type_check_samples = true
5
5
  verifytypes = true
6
6
  strict_sphinx = true
7
- black = false
@@ -56,7 +56,7 @@ setup(
56
56
  url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob',
57
57
  keywords="azure, azure sdk",
58
58
  classifiers=[
59
- 'Development Status :: 5 - Production/Stable',
59
+ 'Development Status :: 4 - Beta',
60
60
  'Programming Language :: Python',
61
61
  'Programming Language :: Python :: 3 :: Only',
62
62
  'Programming Language :: Python :: 3',