azure-storage-blob 12.25.0__tar.gz → 12.25.1__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.
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/CHANGELOG.md +5 -0
- {azure_storage_blob-12.25.0/azure_storage_blob.egg-info → azure_storage_blob-12.25.1}/PKG-INFO +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/avro_io.py +2 -2
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/avro_io_async.py +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/base_client.py +5 -2
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/policies_async.py +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/request_handlers.py +1 -2
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/uploads_async.py +2 -3
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_version.py +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_download_async.py +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1/azure_storage_blob.egg-info}/PKG-INFO +1 -1
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/LICENSE +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/MANIFEST.in +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/README.md +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_client.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_client_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_service_client.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_service_client_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_container_client.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_container_client_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_deserialize.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_download.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_encryption.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/_azure_blob_storage.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/_configuration.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/_patch.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/_serialization.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/_azure_blob_storage.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/_configuration.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/_patch.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_append_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_block_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_container_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_page_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_patch.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/aio/operations/_service_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/models/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/models/_azure_blob_storage_enums.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/models/_models_py3.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/models/_patch.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_append_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_block_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_container_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_page_blob_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_patch.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/operations/_service_operations.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/py.typed +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_lease.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_list_blobs_helper.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_models.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_quick_query_helper.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_serialize.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/authentication.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/datafile.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/datafile_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/schema.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/base_client_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/constants.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/models.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/parser.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/policies.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/response_handlers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/shared_access_signature.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/uploads.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared_access_signature.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_upload_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_blob_client_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_blob_service_client_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_container_client_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_encryption_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_lease_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_list_blobs_helper.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_models.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_upload_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/py.typed +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/SOURCES.txt +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/dependency_links.txt +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/not-zip-safe +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/requires.txt +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/top_level.txt +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/migration_guide.md +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/pyproject.toml +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/README.md +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_authentication.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_authentication_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_batch_delete_blobs.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_client_side_encryption.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_client_side_encryption_keyvault.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_common.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_common_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_container_access_policy.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_container_access_policy_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_containers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_containers_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_copy_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_copy_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_directory_interface.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_directory_interface_mimetype.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_enumerate_blobs.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_enumerate_blobs_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_hello_world.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_hello_world_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_network_activity_logging.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_proxy_configuration.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_query.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_service.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_service_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_walk_blob_hierarchy.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_walk_blob_hierarchy_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/setup.cfg +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/setup.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/avro/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/avro/test_avro.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/avro/test_avro_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/conftest.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/encryption_test_helper.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/fake_credentials.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/_test_base_legacy.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/download.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/list_blobs.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/upload.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/upload_block.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/T1_legacy_tests/upload_from_file.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/_test_base.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/download.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/key_wrapper.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/list_blobs.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/upload.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/upload_block.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/upload_from_file.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/settings/__init__.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/settings/settings_fake.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/settings/testcase.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_append_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_append_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_access_conditions.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_access_conditions_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_api_version.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_api_version_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_client.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_client_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption_v2.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption_v2_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_retry.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_retry_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_properties.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_properties_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_stats.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_stats_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_storage_account.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_storage_account_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_tags.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_tags_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob_sync_copy.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob_sync_copy_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_common_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_common_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_container.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_container_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_cpk.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_cpk_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_cpk_n.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_cpk_n_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_dictmixin.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_get_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_get_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_helpers.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_helpers_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_large_block_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_large_block_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_largest_block_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_largest_block_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_logging.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_logging_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_ors.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_ors_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_page_blob.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_page_blob_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_quick_query.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_retry.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_retry_async.py +0 -0
- {azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_upload_chunking.py +0 -0
{azure_storage_blob-12.25.0/azure_storage_blob.egg-info → azure_storage_blob-12.25.1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-storage-blob
|
3
|
-
Version: 12.25.
|
3
|
+
Version: 12.25.1
|
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
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/avro_io.py
RENAMED
@@ -162,11 +162,11 @@ class BinaryDecoder(object):
|
|
162
162
|
try:
|
163
163
|
return input_bytes.decode('utf-8')
|
164
164
|
except UnicodeDecodeError as exn:
|
165
|
-
logger.error('Invalid UTF-8 input bytes: %r', input_bytes)
|
165
|
+
logger.error('Invalid UTF-8 input bytes: %r', input_bytes) # pylint: disable=do-not-log-raised-errors
|
166
166
|
raise exn
|
167
167
|
else:
|
168
168
|
# PY2
|
169
|
-
return unicode(input_bytes, "utf-8")
|
169
|
+
return unicode(input_bytes, "utf-8") # pylint: disable=undefined-variable
|
170
170
|
|
171
171
|
def skip_null(self):
|
172
172
|
pass
|
@@ -145,7 +145,7 @@ class AsyncBinaryDecoder(object):
|
|
145
145
|
try:
|
146
146
|
return input_bytes.decode('utf-8')
|
147
147
|
except UnicodeDecodeError as exn:
|
148
|
-
logger.error('Invalid UTF-8 input bytes: %r', input_bytes)
|
148
|
+
logger.error('Invalid UTF-8 input bytes: %r', input_bytes) # pylint: disable=do-not-log-raised-errors
|
149
149
|
raise exn
|
150
150
|
else:
|
151
151
|
# PY2
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/base_client.py
RENAMED
@@ -65,7 +65,10 @@ _SERVICE_PARAMS = {
|
|
65
65
|
|
66
66
|
|
67
67
|
class StorageAccountHostsMixin(object):
|
68
|
+
|
68
69
|
_client: Any
|
70
|
+
_hosts: Dict[str, str]
|
71
|
+
|
69
72
|
def __init__(
|
70
73
|
self,
|
71
74
|
parsed_url: Any,
|
@@ -74,7 +77,7 @@ class StorageAccountHostsMixin(object):
|
|
74
77
|
**kwargs: Any
|
75
78
|
) -> None:
|
76
79
|
self._location_mode = kwargs.get("_location_mode", LocationMode.PRIMARY)
|
77
|
-
self._hosts = kwargs.get("_hosts")
|
80
|
+
self._hosts = kwargs.get("_hosts", {})
|
78
81
|
self.scheme = parsed_url.scheme
|
79
82
|
self._is_localhost = False
|
80
83
|
|
@@ -93,7 +96,7 @@ class StorageAccountHostsMixin(object):
|
|
93
96
|
if self.scheme.lower() != "https" and hasattr(self.credential, "get_token"):
|
94
97
|
raise ValueError("Token credential is only supported with HTTPS.")
|
95
98
|
|
96
|
-
secondary_hostname =
|
99
|
+
secondary_hostname = ""
|
97
100
|
if hasattr(self.credential, "account_name"):
|
98
101
|
self.account_name = self.credential.account_name
|
99
102
|
secondary_hostname = f"{self.credential.account_name}-secondary.{service_name}.{SERVICE_HOST_BASE}"
|
@@ -5,7 +5,7 @@
|
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
# pylint: disable=invalid-overridden-method
|
7
7
|
|
8
|
-
import asyncio
|
8
|
+
import asyncio # pylint: disable=do-not-import-asyncio
|
9
9
|
import logging
|
10
10
|
import random
|
11
11
|
from typing import Any, Dict, TYPE_CHECKING
|
@@ -136,8 +136,7 @@ def validate_and_format_range_headers(
|
|
136
136
|
return range_header, range_validation
|
137
137
|
|
138
138
|
|
139
|
-
def add_metadata_headers(metadata=None):
|
140
|
-
# type: (Optional[Dict[str, str]]) -> Dict[str, str]
|
139
|
+
def add_metadata_headers(metadata: Optional[Dict[str, str]] = None) -> Dict[str, str]:
|
141
140
|
headers = {}
|
142
141
|
if metadata:
|
143
142
|
for key, value in metadata.items():
|
@@ -4,10 +4,9 @@
|
|
4
4
|
# license information.
|
5
5
|
# --------------------------------------------------------------------------
|
6
6
|
|
7
|
-
import asyncio
|
7
|
+
import asyncio # pylint: disable=do-not-import-asyncio
|
8
8
|
import inspect
|
9
9
|
import threading
|
10
|
-
from asyncio import Lock
|
11
10
|
from io import UnsupportedOperation
|
12
11
|
from itertools import islice
|
13
12
|
from math import ceil
|
@@ -165,7 +164,7 @@ class _ChunkUploader(object): # pylint: disable=too-many-instance-attributes
|
|
165
164
|
|
166
165
|
# Progress feedback
|
167
166
|
self.progress_total = 0
|
168
|
-
self.progress_lock = Lock() if parallel else None
|
167
|
+
self.progress_lock = asyncio.Lock() if parallel else None
|
169
168
|
self.progress_hook = progress_hook
|
170
169
|
|
171
170
|
# Encryption
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1/azure_storage_blob.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-storage-blob
|
3
|
-
Version: 12.25.
|
3
|
+
Version: 12.25.1
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_client.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_client_helpers.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_blob_service_client.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_container_client.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_deserialize.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/_patch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_generated/py.typed
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_list_blobs_helper.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_quick_query_helper.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/avro/schema.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/constants.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/models.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/parser.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/policies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_shared/uploads.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/_upload_helpers.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_lease_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure/storage/blob/aio/_upload_helpers.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/not-zip-safe
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/requires.txt
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/azure_storage_blob.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_authentication.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_batch_delete_blobs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_common_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_containers.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_containers_async.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_copy_blob_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_enumerate_blobs.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_hello_world.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_hello_world_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/samples/blob_samples_service_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/__init__.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/_test_base.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/download.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/key_wrapper.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/list_blobs.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/upload_block.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/perfstress_tests/upload_from_file.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_access_conditions.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_access_conditions_async.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_api_version_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption_async.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_encryption_v2_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_properties.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_service_stats_async.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_storage_account.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_blob_storage_account_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob_sync_copy.py
RENAMED
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_block_blob_sync_copy_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_large_block_blob_async.py
RENAMED
File without changes
|
File without changes
|
{azure_storage_blob-12.25.0 → azure_storage_blob-12.25.1}/tests/test_largest_block_blob_async.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|