nucliadb-utils 6.3.4.post3796__py3-none-any.whl → 6.3.4.post3799__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.
Potentially problematic release.
This version of nucliadb-utils might be problematic. Click here for more details.
- nucliadb_utils/storages/azure.py +4 -1
- {nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/METADATA +3 -3
- {nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/RECORD +5 -5
- {nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/WHEEL +0 -0
- {nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/top_level.txt +0 -0
nucliadb_utils/storages/azure.py
CHANGED
@@ -191,7 +191,10 @@ class AzureStorage(Storage):
|
|
191
191
|
await self.object_store.finalize()
|
192
192
|
|
193
193
|
async def delete_upload(self, uri: str, bucket_name: str):
|
194
|
-
|
194
|
+
try:
|
195
|
+
await self.object_store.delete(bucket_name, uri)
|
196
|
+
except ObjectNotFoundError:
|
197
|
+
pass
|
195
198
|
|
196
199
|
async def create_bucket(self, bucket_name: str, kbid: Optional[str] = None):
|
197
200
|
if await self.object_store.bucket_exists(bucket_name):
|
{nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nucliadb_utils
|
3
|
-
Version: 6.3.4.
|
3
|
+
Version: 6.3.4.post3799
|
4
4
|
Summary: NucliaDB util library
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
6
6
|
License: AGPL
|
@@ -27,8 +27,8 @@ Requires-Dist: nats-py[nkeys]>=2.6.0
|
|
27
27
|
Requires-Dist: PyNaCl
|
28
28
|
Requires-Dist: pyjwt>=2.4.0
|
29
29
|
Requires-Dist: mrflagly>=0.2.9
|
30
|
-
Requires-Dist: nucliadb-protos>=6.3.4.
|
31
|
-
Requires-Dist: nucliadb-telemetry>=6.3.4.
|
30
|
+
Requires-Dist: nucliadb-protos>=6.3.4.post3799
|
31
|
+
Requires-Dist: nucliadb-telemetry>=6.3.4.post3799
|
32
32
|
Provides-Extra: cache
|
33
33
|
Requires-Dist: redis>=4.3.4; extra == "cache"
|
34
34
|
Requires-Dist: orjson>=3.6.7; extra == "cache"
|
@@ -39,7 +39,7 @@ nucliadb_utils/nuclia_usage/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn
|
|
39
39
|
nucliadb_utils/nuclia_usage/utils/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn4bIXMa20ks,835
|
40
40
|
nucliadb_utils/nuclia_usage/utils/kb_usage_report.py,sha256=6lLuxCCPQVn3dOuZNL5ThPjl2yws-1TJ_7duhQSWkPU,3934
|
41
41
|
nucliadb_utils/storages/__init__.py,sha256=5Qc8AUWiJv9_JbGCBpAn88AIJhwDlm0OPQpg2ZdRL4U,872
|
42
|
-
nucliadb_utils/storages/azure.py,sha256=
|
42
|
+
nucliadb_utils/storages/azure.py,sha256=o2wPS04J69wkrq4C5cdjXV6H1ClLjaRxcIuufeAlYGk,16704
|
43
43
|
nucliadb_utils/storages/exceptions.py,sha256=GOPKH-F3dPTfHEkwGNfVkSfF70eWJJXjI83yccw9WpA,2501
|
44
44
|
nucliadb_utils/storages/gcs.py,sha256=KR267zRvBBjT0ksxcfCCz0CmqPD8W-Kj3_lWZXWFg0Q,29249
|
45
45
|
nucliadb_utils/storages/local.py,sha256=2aCHpZymORG_dUc1FDq0VFcgQulu0w2pZiUaj9dphFs,11686
|
@@ -57,7 +57,7 @@ nucliadb_utils/tests/gcs.py,sha256=MBMzn_UHU5SU6iILuCsB5zU4umhNcaCw_MKrxZhwvOc,4
|
|
57
57
|
nucliadb_utils/tests/local.py,sha256=cxIfPrKuqs5Ef0nbrVYQQAH2mwc4E0iD9bC2sWegS-c,1934
|
58
58
|
nucliadb_utils/tests/nats.py,sha256=RWHjwqq5esuO7OFbP24yYX1cXnpPLcWJwDUdmwCpH28,1897
|
59
59
|
nucliadb_utils/tests/s3.py,sha256=DACUh3HvgH3BchKFZ9R7RFUzsrg3v9A-cxTcXx4nmvA,3734
|
60
|
-
nucliadb_utils-6.3.4.
|
61
|
-
nucliadb_utils-6.3.4.
|
62
|
-
nucliadb_utils-6.3.4.
|
63
|
-
nucliadb_utils-6.3.4.
|
60
|
+
nucliadb_utils-6.3.4.post3799.dist-info/METADATA,sha256=LBx1vMYNlM-aOGI2EpgUSGczG3nJ2h4Wyn9WSfRLMcY,2205
|
61
|
+
nucliadb_utils-6.3.4.post3799.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
62
|
+
nucliadb_utils-6.3.4.post3799.dist-info/top_level.txt,sha256=fE3vJtALTfgh7bcAWcNhcfXkNPp_eVVpbKK-2IYua3E,15
|
63
|
+
nucliadb_utils-6.3.4.post3799.dist-info/RECORD,,
|
File without changes
|
{nucliadb_utils-6.3.4.post3796.dist-info → nucliadb_utils-6.3.4.post3799.dist-info}/top_level.txt
RENAMED
File without changes
|