You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated canned bucket policies instead getBucketPolicy/setBucketPolicy now directly take JSON strings. AWS S3 policy language is extensive and complicated. Supporting all the scenarios is nearly impossible with canned policies alone. Instead we will take the bucket policy JSON directly from the users.
Changelog
Add tests to check if ListObjects/V2 returns expected StorageClass (#963) (04/10/18)
Update get/setBucketPolicy methods to use files instead of pkg/policy (#959) (04/10/18)
avoid unnecessary stat call during single copy (#962) (04/06/18)
avoid sending SSE-S3 header during GET requests. (#965) (04/05/18)
Fix stream SSE uploads with S3 encrypt type (#960) (04/02/18) <Jesús Espino>
Fix xml parsing error for RemoveObjects API (#949) (03/29/18)
Allow to upload empty files in stream based uploads (#958) (03/26/18) <Jesús Espino>
Add missing doneCh in the example for removeobjects (#955) (03/26/18)
tests: Remove partial related tests (#957) (03/26/18)
Add transport connection broken error to retry list (#956) (03/19/18)