rclone/backend/s3
Nick Craig-Wood 192524c004 s3: add initial --s3-directory-bucket to support AWS Directory Buckets
This will ensure no Content-Md5 headers are sent and ensure ETags are not
interpreted as MD5 sums. X-Amz-Meta-Md5chksum will be set on all objects
whether single or multipart uploaded.

This also sets "no_check_bucket = true".

This is enough to make the integration tests pass, but there are some
limitations as noted in the docs.

See: https://forum.rclone.org/t/support-s3-directory-bucket/47653/
2024-09-19 12:01:24 +01:00
..
gen_setfrom.go s3: update to using AWS SDK v2 - fixes #4989 2024-08-07 12:13:13 +01:00
s3_internal_test.go s3: fix Cloudflare R2 integration tests after SDKv2 update #4989 2024-08-07 12:13:13 +01:00
s3_test.go s3: update to using AWS SDK v2 - fixes #4989 2024-08-07 12:13:13 +01:00
s3.go s3: add initial --s3-directory-bucket to support AWS Directory Buckets 2024-09-19 12:01:24 +01:00
setfrom.go s3: update to using AWS SDK v2 - fixes #4989 2024-08-07 12:13:13 +01:00
v2sign.go s3: update to using AWS SDK v2 - fixes #4989 2024-08-07 12:13:13 +01:00