fiuai-s3 0.3.4__py3-none-any.whl → 0.3.6__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 fiuai-s3 might be problematic. Click here for more details.
- fiuai_s3/object_storage.py +2 -2
- fiuai_s3/type.py +1 -0
- {fiuai_s3-0.3.4.dist-info → fiuai_s3-0.3.6.dist-info}/METADATA +1 -1
- {fiuai_s3-0.3.4.dist-info → fiuai_s3-0.3.6.dist-info}/RECORD +6 -6
- {fiuai_s3-0.3.4.dist-info → fiuai_s3-0.3.6.dist-info}/WHEEL +0 -0
- {fiuai_s3-0.3.4.dist-info → fiuai_s3-0.3.6.dist-info}/licenses/LICENSE +0 -0
fiuai_s3/object_storage.py
CHANGED
|
@@ -100,8 +100,8 @@ class ObjectStorage(ABC):
|
|
|
100
100
|
def upload_doc_file(self,
|
|
101
101
|
filename: str,
|
|
102
102
|
data: bytes,
|
|
103
|
-
doc_source_from: Optional[DocSourceFrom],
|
|
104
|
-
doc_file_type: Optional[DocFileType],
|
|
103
|
+
doc_source_from: Optional[DocSourceFrom] = None,
|
|
104
|
+
doc_file_type: Optional[DocFileType] = None,
|
|
105
105
|
tags: Optional[Dict[str, str]] = None,
|
|
106
106
|
auth_tenant_id: Optional[str] = None, auth_company_id: Optional[str] = None, doc_id: Optional[str] = None) -> bool:
|
|
107
107
|
"""
|
fiuai_s3/type.py
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fiuai_s3/__init__.py,sha256=PhRotxS_rfqOgdDkci63ToVqhtDi4uSC3-3aJTNebWo,421
|
|
2
|
-
fiuai_s3/object_storage.py,sha256=
|
|
3
|
-
fiuai_s3/type.py,sha256
|
|
2
|
+
fiuai_s3/object_storage.py,sha256=bSU6VpaOx0IuQO2INRyciIrls1B48J_vHY-uneQhrf8,8826
|
|
3
|
+
fiuai_s3/type.py,sha256=8H6xABw8XXd93wewiyqFeCOdHOCEAjvusuEyH0PbzB8,965
|
|
4
4
|
fiuai_s3/alicloud/__init__.py,sha256=mmrCrFp5DzRF5fViJDq7_LpsqCViwTPXOPz4qoaSscI,218
|
|
5
5
|
fiuai_s3/alicloud/alicloud_storage.py,sha256=d24AFYDs7RsTsfL9IiVOxYlGyLzsaUa_WUYD5VPLP4s,6035
|
|
6
6
|
fiuai_s3/minio/__init__.py,sha256=hOmpUkTq8TPgYOxfeOMcWq1_YsJ2r8Zf9VTX3w_v1Lk,209
|
|
7
7
|
fiuai_s3/minio/minio_storage.py,sha256=ppofMj5NbtGx3e4PiN7KdbQmdEjgo32RD1FHOJVaTsk,9124
|
|
8
|
-
fiuai_s3-0.3.
|
|
9
|
-
fiuai_s3-0.3.
|
|
10
|
-
fiuai_s3-0.3.
|
|
11
|
-
fiuai_s3-0.3.
|
|
8
|
+
fiuai_s3-0.3.6.dist-info/METADATA,sha256=NcvXKeK8XgP_wykDe8ourGiQ_8x7zkmrYKGmw2Tu8WI,18727
|
|
9
|
+
fiuai_s3-0.3.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
10
|
+
fiuai_s3-0.3.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
|
+
fiuai_s3-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|