azure-storage-blob 12.18.0__py3-none-any.whl → 12.18.1__py3-none-any.whl
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/_shared/base_client.py +4 -1
- azure/storage/blob/_version.py +1 -1
- {azure_storage_blob-12.18.0.dist-info → azure_storage_blob-12.18.1.dist-info}/METADATA +1 -1
- {azure_storage_blob-12.18.0.dist-info → azure_storage_blob-12.18.1.dist-info}/RECORD +7 -7
- {azure_storage_blob-12.18.0.dist-info → azure_storage_blob-12.18.1.dist-info}/LICENSE +0 -0
- {azure_storage_blob-12.18.0.dist-info → azure_storage_blob-12.18.1.dist-info}/WHEEL +0 -0
- {azure_storage_blob-12.18.0.dist-info → azure_storage_blob-12.18.1.dist-info}/top_level.txt +0 -0
@@ -410,9 +410,12 @@ def parse_connection_str(conn_str, credential, service):
|
|
410
410
|
|
411
411
|
def create_configuration(**kwargs):
|
412
412
|
# type: (**Any) -> Configuration
|
413
|
+
# Backwards compatibility if someone is not passing sdk_moniker
|
414
|
+
if not kwargs.get("sdk_moniker"):
|
415
|
+
kwargs["sdk_moniker"] = f"storage-{kwargs.pop('storage_sdk')}/{VERSION}"
|
413
416
|
config = Configuration(**kwargs)
|
414
417
|
config.headers_policy = StorageHeadersPolicy(**kwargs)
|
415
|
-
config.user_agent_policy = UserAgentPolicy(
|
418
|
+
config.user_agent_policy = UserAgentPolicy(**kwargs)
|
416
419
|
config.retry_policy = kwargs.get("retry_policy") or ExponentialRetry(**kwargs)
|
417
420
|
config.logging_policy = StorageLoggingPolicy(**kwargs)
|
418
421
|
config.proxy_policy = ProxyPolicy(**kwargs)
|
azure/storage/blob/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: azure-storage-blob
|
3
|
-
Version: 12.18.
|
3
|
+
Version: 12.18.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
|
@@ -12,7 +12,7 @@ azure/storage/blob/_quick_query_helper.py,sha256=D5TlBTUVf5C8NxQjG4B5hdyHCPcQDkp
|
|
12
12
|
azure/storage/blob/_serialize.py,sha256=ChDWAEJ8FvIuSATPb0qQX2WFSQHbeyMEyoQNY91QPNk,8077
|
13
13
|
azure/storage/blob/_shared_access_signature.py,sha256=EwR3OHuwE2jFGNK8BSRItBk5RXgP-bbm8Ga92iWAysc,32897
|
14
14
|
azure/storage/blob/_upload_helpers.py,sha256=mLLm-k5yefa_7IkyiSAS1D1sh0DgZirO4AezvgkgRgg,13932
|
15
|
-
azure/storage/blob/_version.py,sha256=
|
15
|
+
azure/storage/blob/_version.py,sha256=40e-Qd0BS5wnrkgRy4fSRSzkSEykwAwVUUM24AeCFKI,331
|
16
16
|
azure/storage/blob/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
azure/storage/blob/_generated/__init__.py,sha256=J2H2yiFhRSsMCNKUI7gaYFIQ4_AAbWjPtzXdOsHFQFI,835
|
18
18
|
azure/storage/blob/_generated/_azure_blob_storage.py,sha256=hiHiNSJj3bbXvke7eYn3CCAgXIhMQUt_QhmXCM8yVnc,4804
|
@@ -46,7 +46,7 @@ azure/storage/blob/_generated/operations/_patch.py,sha256=1SvcsuOv1jiGgnGbfnBlSv
|
|
46
46
|
azure/storage/blob/_generated/operations/_service_operations.py,sha256=COKPwNmcvmoAI_Rem1_ynp34dBOKnBhijIZQ0sW3a9M,52096
|
47
47
|
azure/storage/blob/_shared/__init__.py,sha256=Ohb4NSCuB9VXGEqjU2o9VZ5L98-a7c8KWZvrujnSFk8,1477
|
48
48
|
azure/storage/blob/_shared/authentication.py,sha256=Bgl4lWePRiXA2Dx5Qf0CUSFb7UQ7_vzM9gisWxsptR8,7187
|
49
|
-
azure/storage/blob/_shared/base_client.py,sha256=
|
49
|
+
azure/storage/blob/_shared/base_client.py,sha256=dkH5FliWnfzpecX0_l0Z8s57zM_PiNnkR1rxZ4ktGBc,18152
|
50
50
|
azure/storage/blob/_shared/base_client_async.py,sha256=vD_dzj3jmSLUiYBYx6AdMbyBzAJdA7xVIk9MOb6-tHs,7035
|
51
51
|
azure/storage/blob/_shared/constants.py,sha256=0TnhBNEaZpVq0vECmLoXWSzCajtn9WOlfOfzbMApRb4,620
|
52
52
|
azure/storage/blob/_shared/models.py,sha256=cBt-61Ifk2-GPdIb6Z4UdV2SNLahguQyFgPJAYPzmzA,21083
|
@@ -73,8 +73,8 @@ azure/storage/blob/aio/_lease_async.py,sha256=ZBNV868_FFEY2zyJ-gl_wVBxkXNh6PalRW
|
|
73
73
|
azure/storage/blob/aio/_list_blobs_helper.py,sha256=JXrgZb2R3JhNO4P58kzpruRF52nek4JmAixfyaQQNYA,11269
|
74
74
|
azure/storage/blob/aio/_models.py,sha256=k9vJ9GNp1IKfcSBwL1kj8aXq3gm_RYgRtK7_yJm-MTU,7684
|
75
75
|
azure/storage/blob/aio/_upload_helpers.py,sha256=K_srGMkhxm7wU8C309QHLRFoZXR6Qt6LS9v9T3pGMdQ,13135
|
76
|
-
azure_storage_blob-12.18.
|
77
|
-
azure_storage_blob-12.18.
|
78
|
-
azure_storage_blob-12.18.
|
79
|
-
azure_storage_blob-12.18.
|
80
|
-
azure_storage_blob-12.18.
|
76
|
+
azure_storage_blob-12.18.1.dist-info/LICENSE,sha256=_VMkgdgo4ToLE8y1mOAjOKNhd0BnWoYu5r3BVBto6T0,1073
|
77
|
+
azure_storage_blob-12.18.1.dist-info/METADATA,sha256=16G4gQQda0frOz4y4JbEFL97HNwx6KfhCUs5Ah_AKxg,26209
|
78
|
+
azure_storage_blob-12.18.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
79
|
+
azure_storage_blob-12.18.1.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
80
|
+
azure_storage_blob-12.18.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|