rclone/backend/s3
Nick Craig-Wood 39f5059d48 s3: add --s3-bucket-acl to control bucket ACL - fixes #2918
Before this change buckets were created with the same ACL as objects.

After this change, the user can set just --s3-acl to set the ACL of
buckets and objects, or use --s3-bucket-acl as well to have a
different ACL used for bucket creation.

This also logs at INFO level the creation and deletion of buckets.
2019-01-18 15:12:11 +00:00
..
s3_test.go s3: implement --s3-upload-cutoff for single part uploads below this - fixes #2772 2018-12-02 17:58:34 +00:00
s3.go s3: add --s3-bucket-acl to control bucket ACL - fixes #2918 2019-01-18 15:12:11 +00:00
v2sign.go s3: fix v2 signer on files with spaces - fixes #2438 2018-10-14 00:10:29 +01:00