Releases: minio/minio-py
Releases · minio/minio-py
Bug fix release.
- Fixes a bug in presigned URL generation.
- Fixes a bug in copy_object API
- Adds support for ohio and china region.
New API changes and updated documentation
- Add copyObject API.
- Add listen_bucket_notification API.
Bug fix release.
- 4ad9bc9 - Implement Bucket Notifications APIs (#404) (26 hours ago)
- b0bbc8b - Fix examples to indicate that we should be using streams. (#403) (9 days ago)
- def88f9 - api: Fix python3 compatibility issue by using compat values. (#400) (2 weeks ago)
- eb7c2b5 - Code:helpers.py/Added ap-south-1 region to the list of available s3 regions. (#397) (5 weeks ago)
- cad9fc0 - api: add get_bucket_policy and set_bucket_policy. (#385) (7 weeks ago)
Bug fix release and deprecate APIs
- Fixes an important bug in putObject behavior where total_parts logic was wrong.
- presigned_post_policy() returns the URL where the form data should be posted.
- Removed ACL related code entirely, as it's not needed anymore.
Bug fix release
- Fixed a bug in list_objects.
- Fixed a bug in bucket_exists behavior.
Major release with numerous API changes.
Bucket Operations.
make_bucket(bucket, location, acl)
set_bucket_acl(bucket_name, acl=Acl.private())
list_incomplete_uploads(bucket_name, prefix=None, recursive=False)
Object Operations.
get_object(bucket_name, object_name)
get_partial_object(bucket_name, object_name, offset, length)
put_object(bucket_name, object_name, length, data, content_type='application/octet_stream')
list_objects(bucket_name, prefix=None, recursive=False)
stat_object(bucket_name, object_name)
remove_object(bucket_name, object_name)
remove_incomplete_upload(bucket_name, object_name)
Presigned Operations.
presigned_get_object(bucket_name, object_name, expires=604800)
presigned_put_object(bucket_name, object_name, expires=604800)
Moved back to certifi due to issues
0.2.9 Move to certifi 2015.4.28 - bump version to 0.2.9
Bug fixes and new functions
- list_incomplete_uploads
- remove_incomplete_upload
- presigned_put_object
- presigned_post_policy
- remove 'milkyway' as default region - rename it as 'us-east-1'
Deprecate presigned_get_partial_object()
0.2.7 Bump to new version
Bug fix release
0.2.6 Bump to new version 0.2.6