Changelog - Use GCS compatible Content-Language in functional tests (998) (06/22/18) <wd256> - Allow application/octet-stream as a possible content-type (999) (06/21/18) <Nitish Tiwari>
6.0.3
Changelog - Fix functional tests for Gateway behaviour (995) (06/20/18) <Nitish Tiwari> - RemoveIncompleteUpload to remove all incomplete uploads (994) (06/19/18) <kannappanr> - Fix FGetObject API link (993) (06/18/18) <Mathieu Corbin> - Added support for the start-after parameter when performing a List Objects V2 query (990) (06/14/18) <wd256>
6.0.2
Not secure
Changelog - fix version naming convention to have 'v' prefix (986) (05/29/18) <Harshavardhana> - Change import httplex to httpguts. (981) (05/07/18) <He Liu> - fix: remove wrong policy comparison in functional tests (974) (04/29/18) <Bala FA>
6.0.1
Not secure
Highlights - More optimal ComposeObject behavior to maximize number of parts instead of part size. - Progress bar support for CopyObject and ComposeObject.
Changelog - Avoid returning security related header when stating an object (975) (04/25/18) <Anis Elleuch> - Added SlowDown in retryableS3Codes 971 (972) (04/26/18) <Hassansin> - tests: Cleanup objects after StorageClass tests (970) (04/25/18) <poornas> - Fix bucket policy tests to avoid verbatim match for policies (973) (04/25/18) <Harshavardhana> - Add progress bar support for ComposeObject (969) (04/24/18) <Harshavardhana> - api: maximize ComposeObject to use more parts than part size (968) (04/24/18) <Harshavardhana> - Support specifying redirect location for a object (967) (04/23/18) <Kristian Klausen> - When policy is empty delete the bucket policy (966) (04/13/18) <Harshavardhana>
6.0.0
Not secure
Highlights - 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) <Nitish Tiwari> - Update get/setBucketPolicy methods to use files instead of pkg/policy (959) (04/10/18) <Nitish Tiwari> - avoid unnecessary stat call during single copy (962) (04/06/18) <Andreas Auernhammer> - avoid sending SSE-S3 header during GET requests. (965) (04/05/18) <Andreas Auernhammer> - 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) <poornas> - 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) <Alexandr Korsak> - tests: Remove partial related tests (957) (03/26/18) <Anis Elleuch> - Add transport connection broken error to retry list (956) (03/19/18) <poornas> - [refactor]: simplify client encryption examples (952) (03/19/18) <Andreas Auernhammer> - Add tests for putObjectContentLanguage (950) (03/15/18) <Harshavardhana> - Add putObject/getObject() client side encryption examples (948) (03/13/18) <Harshavardhana>
5.0.10
Not secure
Changelog
- enable autopep8 (896) (04/17/20) (Bala FA) - fix formatting as per pep8 in examples (894) (04/17/20) (Bala FA) - add support for AssumeRole STS provider (874) (04/16/20) (Brian Thorne) - Allow signing requests for services other than s3 in sign v4 (893) (04/16/20) (Brian Thorne) - fix formatting as per pep8 in tests (895) (04/15/20) (Bala FA)