rclone/backend/s3
Nick Craig-Wood 8aef1de695 s3: fix Cloudflare R2 integration tests after SDKv2 update #4989
Cloudflare will normally automatically decompress files with
`Content-Encoding: gzip` when downloaded. This is not what AWS S3 does
and it breaks the integration tests.

This fudges the integration tests to upload the test file with
`Cache-Control: no-transform` on Cloudflare R2 and puts a note in the
docs about this problem.
2024-08-07 12:13:13 +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 --s3-sdk-log-mode to control SDK debugging 2024-08-07 12:13:13 +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