azure-storage-blob 12.20.0b1__py3-none-any.whl → 12.21.0b1__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/__init__.py +12 -2
- azure/storage/blob/_blob_client.py +11 -3
- azure/storage/blob/_blob_service_client.py +6 -1
- azure/storage/blob/_container_client.py +11 -3
- azure/storage/blob/_generated/_azure_blob_storage.py +1 -1
- azure/storage/blob/_generated/_configuration.py +2 -2
- azure/storage/blob/_generated/_patch.py +2 -0
- azure/storage/blob/_generated/_serialization.py +1 -1
- azure/storage/blob/_generated/aio/_azure_blob_storage.py +1 -1
- azure/storage/blob/_generated/aio/_configuration.py +2 -2
- azure/storage/blob/_generated/aio/_patch.py +2 -0
- azure/storage/blob/_generated/aio/operations/_append_blob_operations.py +10 -5
- azure/storage/blob/_generated/aio/operations/_blob_operations.py +45 -26
- azure/storage/blob/_generated/aio/operations/_block_blob_operations.py +12 -7
- azure/storage/blob/_generated/aio/operations/_container_operations.py +39 -20
- azure/storage/blob/_generated/aio/operations/_page_blob_operations.py +15 -10
- azure/storage/blob/_generated/aio/operations/_patch.py +3 -0
- azure/storage/blob/_generated/aio/operations/_service_operations.py +28 -10
- azure/storage/blob/_generated/models/_patch.py +3 -0
- azure/storage/blob/_generated/operations/_append_blob_operations.py +14 -9
- azure/storage/blob/_generated/operations/_blob_operations.py +76 -51
- azure/storage/blob/_generated/operations/_block_blob_operations.py +18 -13
- azure/storage/blob/_generated/operations/_container_operations.py +64 -39
- azure/storage/blob/_generated/operations/_page_blob_operations.py +24 -19
- azure/storage/blob/_generated/operations/_patch.py +3 -0
- azure/storage/blob/_generated/operations/_service_operations.py +43 -19
- azure/storage/blob/_lease.py +1 -0
- azure/storage/blob/_serialize.py +1 -0
- azure/storage/blob/_shared/authentication.py +62 -4
- azure/storage/blob/_shared/base_client.py +1 -1
- azure/storage/blob/_shared/base_client_async.py +3 -2
- azure/storage/blob/_shared/models.py +13 -12
- azure/storage/blob/_shared/shared_access_signature.py +1 -0
- azure/storage/blob/_shared_access_signature.py +1 -0
- azure/storage/blob/_version.py +1 -1
- azure/storage/blob/aio/__init__.py +13 -4
- azure/storage/blob/aio/_blob_client_async.py +1 -1
- azure/storage/blob/aio/_blob_service_client_async.py +1 -1
- azure/storage/blob/aio/_container_client_async.py +1 -1
- azure/storage/blob/aio/_lease_async.py +1 -1
- {azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/METADATA +6 -6
- {azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/RECORD +45 -45
- {azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/WHEEL +1 -1
- {azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/LICENSE +0 -0
- {azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/top_level.txt +0 -0
@@ -1,61 +1,61 @@
|
|
1
|
-
azure/storage/blob/__init__.py,sha256=
|
2
|
-
azure/storage/blob/_blob_client.py,sha256=
|
3
|
-
azure/storage/blob/_blob_service_client.py,sha256=
|
4
|
-
azure/storage/blob/_container_client.py,sha256=
|
1
|
+
azure/storage/blob/__init__.py,sha256=9kqgvJPkCpK6GqFM3s0grbTfmj_edWIDw0AtKfR01Lw,10586
|
2
|
+
azure/storage/blob/_blob_client.py,sha256=wlPrjml4Ks7MQ1zee7NwcquEBUOUPmgzJGr7690ANSs,237035
|
3
|
+
azure/storage/blob/_blob_service_client.py,sha256=2YZT472L4j5p6FPHCz2CyiP68gcDuFpVvz53nYG7fM8,41080
|
4
|
+
azure/storage/blob/_container_client.py,sha256=8D9xGBbyZLBGO13rI7en_le_IJJh2d4lwFY_9u0ErSg,95700
|
5
5
|
azure/storage/blob/_deserialize.py,sha256=HwoxR0gZmCPAHOGuVH_Zf5Zd4bPlPnEFT9Tcm2R4DJU,8876
|
6
6
|
azure/storage/blob/_download.py,sha256=rVqZ3av2lmDoqYlHJY3THzSAIuJkJfuK9xf3uv3dbm4,32439
|
7
7
|
azure/storage/blob/_encryption.py,sha256=tYMxIgtPZrPcalCHWDdse0WOBB0zQtps67HSFdmE4FA,46982
|
8
|
-
azure/storage/blob/_lease.py,sha256=
|
8
|
+
azure/storage/blob/_lease.py,sha256=YmyVL3IYFONpwTPmvzGIggwRIk6-xuGqyq39WWKjP9M,18811
|
9
9
|
azure/storage/blob/_list_blobs_helper.py,sha256=ccWZaWHPiSKxlnEyd6Qe-caVVFmYSrd7u-YO6Tv4PHI,14791
|
10
10
|
azure/storage/blob/_models.py,sha256=pJjLrX-bLqeLU9BjokvLfihh4z51rHSimGta_pOFMr4,56949
|
11
11
|
azure/storage/blob/_quick_query_helper.py,sha256=D5TlBTUVf5C8NxQjG4B5hdyHCPcQDkp27qyIonqZPE0,6369
|
12
|
-
azure/storage/blob/_serialize.py,sha256=
|
13
|
-
azure/storage/blob/_shared_access_signature.py,sha256=
|
12
|
+
azure/storage/blob/_serialize.py,sha256=uOEtWAZYs2L4VE9VJ7V0m9qbJzR1p589CoUjclHUxmU,8131
|
13
|
+
azure/storage/blob/_shared_access_signature.py,sha256=wPh-iVxJjqCYxIhLGc3SSiWrD3quYy0c5Kk6aMZG9AU,33279
|
14
14
|
azure/storage/blob/_upload_helpers.py,sha256=ix83D7cWryDubmOibgRCA0uODNzq4X7m-dSbADdIDd0,13831
|
15
|
-
azure/storage/blob/_version.py,sha256=
|
15
|
+
azure/storage/blob/_version.py,sha256=mTw2dgV_ivezJR1ebiIwSiwQRS97rJHaGs6BYJN_wsI,333
|
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
|
-
azure/storage/blob/_generated/_azure_blob_storage.py,sha256=
|
19
|
-
azure/storage/blob/_generated/_configuration.py,sha256=
|
20
|
-
azure/storage/blob/_generated/_patch.py,sha256=
|
21
|
-
azure/storage/blob/_generated/_serialization.py,sha256=
|
18
|
+
azure/storage/blob/_generated/_azure_blob_storage.py,sha256=Xpt7ZrX5n2nN0l5x8EU9tX8H1ZPaK0vOV0GEFNxhYxs,5716
|
19
|
+
azure/storage/blob/_generated/_configuration.py,sha256=PV4kKjbnHhg6nD30e_acUENnsLuEKKjYRHz1VqEk9UQ,2566
|
20
|
+
azure/storage/blob/_generated/_patch.py,sha256=MdyWs5y2w9_vYRWulELR-RV2uRYkjYpdB7nTVz2tVY4,1532
|
21
|
+
azure/storage/blob/_generated/_serialization.py,sha256=UL45pN1JUtWi96uVT5L9kbXGDtWUBHW0r4e2MeHpsKY,78893
|
22
22
|
azure/storage/blob/_generated/_vendor.py,sha256=e3w-rd6okoiCIB8rNMtF0fehAYFWNlshwiwTsIRkEH4,778
|
23
23
|
azure/storage/blob/_generated/aio/__init__.py,sha256=J2H2yiFhRSsMCNKUI7gaYFIQ4_AAbWjPtzXdOsHFQFI,835
|
24
|
-
azure/storage/blob/_generated/aio/_azure_blob_storage.py,sha256=
|
25
|
-
azure/storage/blob/_generated/aio/_configuration.py,sha256=
|
26
|
-
azure/storage/blob/_generated/aio/_patch.py,sha256=
|
24
|
+
azure/storage/blob/_generated/aio/_azure_blob_storage.py,sha256=79r9sIDwid96ZMyrO3u0S4UnfmR3O3g-M8JDmsTULXU,5859
|
25
|
+
azure/storage/blob/_generated/aio/_configuration.py,sha256=Q4jfjKwpMOvSe2gS9lOdvwwsHvVtsJZN37AYrf4ySgg,2576
|
26
|
+
azure/storage/blob/_generated/aio/_patch.py,sha256=MdyWs5y2w9_vYRWulELR-RV2uRYkjYpdB7nTVz2tVY4,1532
|
27
27
|
azure/storage/blob/_generated/aio/operations/__init__.py,sha256=a5HiO2T3KzSSX8reO6fCwbKcwXqd0A6GIeF4t63XmTA,1181
|
28
|
-
azure/storage/blob/_generated/aio/operations/_append_blob_operations.py,sha256=
|
29
|
-
azure/storage/blob/_generated/aio/operations/_blob_operations.py,sha256=
|
30
|
-
azure/storage/blob/_generated/aio/operations/_block_blob_operations.py,sha256=
|
31
|
-
azure/storage/blob/_generated/aio/operations/_container_operations.py,sha256=
|
32
|
-
azure/storage/blob/_generated/aio/operations/_page_blob_operations.py,sha256=
|
33
|
-
azure/storage/blob/_generated/aio/operations/_patch.py,sha256=
|
34
|
-
azure/storage/blob/_generated/aio/operations/_service_operations.py,sha256=
|
28
|
+
azure/storage/blob/_generated/aio/operations/_append_blob_operations.py,sha256=vJwsxrx2W6ZJigTPIiKshqF9uEEGvBdVeczTFOShFIs,37574
|
29
|
+
azure/storage/blob/_generated/aio/operations/_blob_operations.py,sha256=MAf_mMTpX5T6-wKjLcn_dgF4jiwJzW-zhzeTTKsKs94,167651
|
30
|
+
azure/storage/blob/_generated/aio/operations/_block_blob_operations.py,sha256=WPYthyypwq8EfgekTQpMKMIWWd6TM-TOkqW-V4oxrY0,60953
|
31
|
+
azure/storage/blob/_generated/aio/operations/_container_operations.py,sha256=fr2_IzLrRYQ3UakGkwqg4rCrhUdC9s0WJaNOrLvnO-w,91268
|
32
|
+
azure/storage/blob/_generated/aio/operations/_page_blob_operations.py,sha256=_BT4F56xZ8-nkcf9h-SbDIWwExGJ4nXpBWxPikYPFiY,75443
|
33
|
+
azure/storage/blob/_generated/aio/operations/_patch.py,sha256=pYl0jxVFr3Yu0RHRFIgN3NwFrEZr1uL-7xbEXGgJzBw,794
|
34
|
+
azure/storage/blob/_generated/aio/operations/_service_operations.py,sha256=SUJkK6dCZpVV539AHl_h0CfpKieC4qY9RJ-XcK8oFEI,36029
|
35
35
|
azure/storage/blob/_generated/models/__init__.py,sha256=qOh_WzGPNB7Do1XSXfRosHQJ94zx1G5dVXpZdkNKLuM,6303
|
36
36
|
azure/storage/blob/_generated/models/_azure_blob_storage_enums.py,sha256=o1I_SPnUKEsx2Aec-goLDw6eqZMyTVqFxg7tKpSYg0I,13049
|
37
37
|
azure/storage/blob/_generated/models/_models_py3.py,sha256=JXhdrOvO8VKo_Vhz-cqnXI1gfDf6nkrcBDC7Cz0rL_s,110612
|
38
|
-
azure/storage/blob/_generated/models/_patch.py,sha256=
|
38
|
+
azure/storage/blob/_generated/models/_patch.py,sha256=pYl0jxVFr3Yu0RHRFIgN3NwFrEZr1uL-7xbEXGgJzBw,794
|
39
39
|
azure/storage/blob/_generated/operations/__init__.py,sha256=a5HiO2T3KzSSX8reO6fCwbKcwXqd0A6GIeF4t63XmTA,1181
|
40
|
-
azure/storage/blob/_generated/operations/_append_blob_operations.py,sha256=
|
41
|
-
azure/storage/blob/_generated/operations/_blob_operations.py,sha256=
|
42
|
-
azure/storage/blob/_generated/operations/_block_blob_operations.py,sha256=
|
43
|
-
azure/storage/blob/_generated/operations/_container_operations.py,sha256=
|
44
|
-
azure/storage/blob/_generated/operations/_page_blob_operations.py,sha256=
|
45
|
-
azure/storage/blob/_generated/operations/_patch.py,sha256=
|
46
|
-
azure/storage/blob/_generated/operations/_service_operations.py,sha256=
|
40
|
+
azure/storage/blob/_generated/operations/_append_blob_operations.py,sha256=r-BCOjTSNBma3dxqIp26wnaLDmcdADTOI6ONSimW0ew,56245
|
41
|
+
azure/storage/blob/_generated/operations/_blob_operations.py,sha256=fUtRL4dxM_UMLd0TgPXRE7E3oUqNdr_400CDT-gRqrc,233836
|
42
|
+
azure/storage/blob/_generated/operations/_block_blob_operations.py,sha256=PtQDvIhTiY6-MZ2aal2nKO9mCcKTYUPRToKNjbZAi4Q,91756
|
43
|
+
azure/storage/blob/_generated/operations/_container_operations.py,sha256=PjPuxlFz6hO_CeaZYCO7UjuESjg2OoqhXlqZAW9iPGI,128899
|
44
|
+
azure/storage/blob/_generated/operations/_page_blob_operations.py,sha256=TPUQNbsZ8GbOIizKjzc2LwclyZ4la3lRZRSk8TtViO4,112841
|
45
|
+
azure/storage/blob/_generated/operations/_patch.py,sha256=pYl0jxVFr3Yu0RHRFIgN3NwFrEZr1uL-7xbEXGgJzBw,794
|
46
|
+
azure/storage/blob/_generated/operations/_service_operations.py,sha256=CSR4vFYxQ5AmLlH8KcC8pJplcFDYWDwjtFQt-5MzPvc,49892
|
47
47
|
azure/storage/blob/_shared/__init__.py,sha256=Ohb4NSCuB9VXGEqjU2o9VZ5L98-a7c8KWZvrujnSFk8,1477
|
48
|
-
azure/storage/blob/_shared/authentication.py,sha256=
|
49
|
-
azure/storage/blob/_shared/base_client.py,sha256=
|
50
|
-
azure/storage/blob/_shared/base_client_async.py,sha256=
|
48
|
+
azure/storage/blob/_shared/authentication.py,sha256=KfUKWkjItNJxUTWNcCNusYfnENy-XbVelHlZM8fWc0Y,9450
|
49
|
+
azure/storage/blob/_shared/base_client.py,sha256=6hxN6QwREiK-rV0sxNym9TJltLJ1-EONZBUS-k4dwx0,18523
|
50
|
+
azure/storage/blob/_shared/base_client_async.py,sha256=Mx-9B69S9LZckRTfAjyC4avnL_A2fpurRYtxw584_cI,11886
|
51
51
|
azure/storage/blob/_shared/constants.py,sha256=0TnhBNEaZpVq0vECmLoXWSzCajtn9WOlfOfzbMApRb4,620
|
52
|
-
azure/storage/blob/_shared/models.py,sha256=
|
52
|
+
azure/storage/blob/_shared/models.py,sha256=aDydzgBj2_-WfnlT1-nOhJt-FHxOU8BG0T0K68BejNk,24907
|
53
53
|
azure/storage/blob/_shared/parser.py,sha256=ACpdtwf6lhzmA0ukT3PmxpGVpimVXTy_mMSdixC55R8,1955
|
54
54
|
azure/storage/blob/_shared/policies.py,sha256=SmwPXODNO-I2RsAbxCd3_ZlJ8fVAxM3lx0KbV5N43zU,30816
|
55
55
|
azure/storage/blob/_shared/policies_async.py,sha256=PD060JU3rVszEW-TM7ZiSZjTLI2Sdk5swh5dI06zgr0,12613
|
56
56
|
azure/storage/blob/_shared/request_handlers.py,sha256=0G9eyzMY_8BlLfHA6jbJF75ENcu3xqZ33bHfSRi9HTM,9755
|
57
57
|
azure/storage/blob/_shared/response_handlers.py,sha256=yGBdN5kgPyLUBFaegKG-8q1nvLrh45J7Ccj1q1Q5H68,8909
|
58
|
-
azure/storage/blob/_shared/shared_access_signature.py,sha256=
|
58
|
+
azure/storage/blob/_shared/shared_access_signature.py,sha256=EofvWjPEFXq7ELO8x9VmThCaFUJuAdCeMUOboDdDK8w,10670
|
59
59
|
azure/storage/blob/_shared/uploads.py,sha256=f-xbbwYkOGZWr0iTaRJwTyo-XXa0AWdWYNH_CTBnd0M,22158
|
60
60
|
azure/storage/blob/_shared/uploads_async.py,sha256=xc2IM6eLAieNIlRt3kfmiX1xT6sxEVSmva19p0ZYXiY,16783
|
61
61
|
azure/storage/blob/_shared/avro/__init__.py,sha256=Ch-mWS2_vgonM9LjVaETdaW51OL6LfG23X-0tH2AFjw,310
|
@@ -64,18 +64,18 @@ azure/storage/blob/_shared/avro/avro_io_async.py,sha256=ui6Fw9wGVC6UjpvCj7r4wlp9
|
|
64
64
|
azure/storage/blob/_shared/avro/datafile.py,sha256=Mj_f7BoHjkgpMrSR1g9-RDwDv7V82Jogh2YlN-0Z8I0,8459
|
65
65
|
azure/storage/blob/_shared/avro/datafile_async.py,sha256=JCUs5I3crsrFqeHenZ_fQLGj7Z2VSBjzKcI__5fd37I,7292
|
66
66
|
azure/storage/blob/_shared/avro/schema.py,sha256=Z9qcHIEBDbXxkBBs_HYbEWHlZtAbvT302mfWCYDpADI,36201
|
67
|
-
azure/storage/blob/aio/__init__.py,sha256=
|
68
|
-
azure/storage/blob/aio/_blob_client_async.py,sha256=
|
69
|
-
azure/storage/blob/aio/_blob_service_client_async.py,sha256=
|
70
|
-
azure/storage/blob/aio/_container_client_async.py,sha256=
|
67
|
+
azure/storage/blob/aio/__init__.py,sha256=kSJ5gG-0E8-lNSrB0i23ycEArL6TGOvcZHu3BMJhST8,8113
|
68
|
+
azure/storage/blob/aio/_blob_client_async.py,sha256=sH24egcPTXIZj2hIg1xNv5jsWu3GzQSaPZllKurOKOM,167321
|
69
|
+
azure/storage/blob/aio/_blob_service_client_async.py,sha256=O_UhfEZxvom2oUm63xZRJte4973mSCo3LYnNLiXLZD8,38195
|
70
|
+
azure/storage/blob/aio/_container_client_async.py,sha256=ylPpu6WuUQa0ekRU0zZUH_jWav4h3b701WJLGCdLA5U,77932
|
71
71
|
azure/storage/blob/aio/_download_async.py,sha256=mj3wkZZNjDNBJhEJGvPjjm_EZXDB-S4y_N0XhYLXhl0,29504
|
72
72
|
azure/storage/blob/aio/_encryption_async.py,sha256=spbWeycNMj38H5ynZ03FRtRu0L0tnl1lQn5UJT6HMAY,2518
|
73
|
-
azure/storage/blob/aio/_lease_async.py,sha256=
|
73
|
+
azure/storage/blob/aio/_lease_async.py,sha256=goFzdlgQx7rwWr7kgIOCybPKoM04jZuUpXz3JUVHdCs,18482
|
74
74
|
azure/storage/blob/aio/_list_blobs_helper.py,sha256=JXrgZb2R3JhNO4P58kzpruRF52nek4JmAixfyaQQNYA,11269
|
75
75
|
azure/storage/blob/aio/_models.py,sha256=k9vJ9GNp1IKfcSBwL1kj8aXq3gm_RYgRtK7_yJm-MTU,7684
|
76
76
|
azure/storage/blob/aio/_upload_helpers.py,sha256=A1L97uaz4fnZ805vYRHYm8ypIDLamuRf5BJIvdNe_nU,13053
|
77
|
-
azure_storage_blob-12.
|
78
|
-
azure_storage_blob-12.
|
79
|
-
azure_storage_blob-12.
|
80
|
-
azure_storage_blob-12.
|
81
|
-
azure_storage_blob-12.
|
77
|
+
azure_storage_blob-12.21.0b1.dist-info/LICENSE,sha256=_VMkgdgo4ToLE8y1mOAjOKNhd0BnWoYu5r3BVBto6T0,1073
|
78
|
+
azure_storage_blob-12.21.0b1.dist-info/METADATA,sha256=d2DZfrOxSMvkGc_m9diaCqgn4rSHgsBxqXYLMPLDVAE,26251
|
79
|
+
azure_storage_blob-12.21.0b1.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
80
|
+
azure_storage_blob-12.21.0b1.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
81
|
+
azure_storage_blob-12.21.0b1.dist-info/RECORD,,
|
File without changes
|
{azure_storage_blob-12.20.0b1.dist-info → azure_storage_blob-12.21.0b1.dist-info}/top_level.txt
RENAMED
File without changes
|