2024-04-26 09:23:29 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.2.6
7.2.6
Bugfix Release
Add ExcludedPrefixes option to VersioningConfig
fix: missing f-string for a ValueError
|
2024-03-04 09:03:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.2.5
7.2.5
Bugfix Release
MinioAdmin: Add {add,update,delete,list,get}_service_account APIs
fix DecryptReader to handle stream data correctly
fix pylint error
|
2024-02-11 16:19:41 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.2.4
7.2.4
Bugfix release
fix typing in remove_objects/upload_snowball_objects APIs
Ignore Amazon EC2 public domain as AWS S3 domain
Add UserTags support to list_objects API
|
2024-01-03 08:03:00 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-minio: updated to 7.2.3
7.2.2
fix install_requires urllib3
7.2.1
Add type hints for MinioAdmin class
fix remove_objects() example to convert map to list of map
fix part size value appropriately in upload_snowball_objects() API
Add type annotations to xml.py
Add typing to remove_object() API
Add typing to sse.py
Add typing to time.py
Remove 16KiB limit in MinioAdmin crypto functions
Add typing to helpers.py
Add typing in signer.py
Add typing in crypto.py
Add typing in versioningconfig.py
Add typing in tagging.py
Add extra headers to stat_object() API
Remove typing.Dict usage in sse.py
fix typing in xml.py
Add typing in sseconfig.py
Add typing in retention.py
Add typing in objectlockconfig.py
Add typing in legalhold.py
Add typing in error.py
Add typing in deleteobjects.py
Add typing in datatypes.py
Add typing in commonconfig.py
Add typing in lifecycleconfig.py
Add typing in notificationconfig.py
Add typing in replicationconfig.py
fix typing in signer.py
fix: certs path directory
fix typing in versioningconfig.py
Fix typing in tagging py
Add typing in credentials module
fix typing in helpers.py
Add typing in minioadmin.py
Add typing in api.py
Enable mypy check
Update the Python Quickstart README
|
2023-11-16 10:20:27 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-minio: updated to 7.2.0
7.2.0
Refactor MinioAdminClient using HTTP client
|
2023-10-02 11:09:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.1.17
7.1.17
add type hint for minio/credentials/credentials.py
Fix missed f-strings
prepare temporary directory when fget_object
Add CertificateIdentityProvider to imports
add type hint for Minio.put_object
add type hint for Minio.get_object
add type hint for Minio.__init__
|
2023-08-25 14:21:58 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.1.16
7.1.16
Update deprecated mc admin policy commands
update release references to master in README.md
Fix upload snowball objects with staging file
Add generic AWS S3 domain support
|
2023-05-29 23:06:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.1.15
7.1.15
upload_snowball_object(): seek stream to 0 before upload
Revert "list_objecst: fix parsing user metadata as per MinIO server"
Disable multipart upload for upload_snowball_objects() api.
Remove locale usage for datetime parsing
fix policy as a string in presigned_post_policy() API
Add cert_check flag to main class constructor
|
2023-04-26 11:15:00 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.1.14
7.1.14
Bugfix release
|
2023-01-24 21:35:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-minio: updated to 7.1.13
7.1.13
Use Apache license SPDX identifier
fix usage of deprecated urllib3.Response.getheaders()
Fix typos and add codespell GitHub Action
Expose fetch-owner in the api for list_object
Add python 3.11 support
|