fiuai-s3 0.3.2__tar.gz → 0.3.3__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.
Potentially problematic release.
This version of fiuai-s3 might be problematic. Click here for more details.
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/PKG-INFO +1 -1
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/pyproject.toml +1 -1
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/minio/minio_storage.py +2 -2
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/.gitignore +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/LICENSE +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/README.md +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/__init__.py +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/alicloud/__init__.py +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/alicloud/alicloud_storage.py +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/minio/__init__.py +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/object_storage.py +0 -0
- {fiuai_s3-0.3.2 → fiuai_s3-0.3.3}/src/fiuai_s3/type.py +0 -0
|
@@ -166,8 +166,8 @@ class MinioStorage(ObjectStorage):
|
|
|
166
166
|
def upload_doc_file(self,
|
|
167
167
|
filename: str,
|
|
168
168
|
data: bytes,
|
|
169
|
-
doc_source_from: Optional[DocSourceFrom],
|
|
170
|
-
doc_file_type: Optional[DocFileType],
|
|
169
|
+
doc_source_from: Optional[DocSourceFrom] = None,
|
|
170
|
+
doc_file_type: Optional[DocFileType] = None,
|
|
171
171
|
tags: Optional[Dict[str, str]] = None,
|
|
172
172
|
auth_tenant_id: Optional[str] = None,
|
|
173
173
|
auth_company_id: Optional[str] = None,
|
|
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
|