deal with Amazon S3 breaking change for public=yes
authorJoey Hess <joeyh@joeyh.name>
Fri, 21 Jul 2023 17:48:49 +0000 (13:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 21 Jul 2023 17:59:07 +0000 (13:59 -0400)
commit33ba537728d35ee4745cff6208c0f87ba25737d9
treecfcae9c99d29bbe19e5f6d0c079f93c004cc6d5d
parentddc7f36d5327437e73a6c2a520430e483b069bb5
deal with Amazon S3 breaking change for public=yes

* S3: Amazon S3 buckets created after April 2023 do not support ACLs,
  so public=yes cannot be used with them. Existing buckets configured
  with public=yes will keep working.
* S3: Allow setting publicurl=yes without public=yes, to support
  buckets that are configured with a Bucket Policy that allows public
  access.

Sponsored-by: Joshua Antonishen on Patreon
CHANGELOG
Remote/S3.hs
doc/bugs/S3_ACL_deprecation.mdwn
doc/bugs/S3_ACL_deprecation/comment_2_63b541a937cb34cc4c68504e00dc3fb8._comment [new file with mode: 0644]
doc/bugs/s3_remote__58___public__61__yes_sets_disabled_ACLs.mdwn
doc/bugs/s3_remote__58___public__61__yes_sets_disabled_ACLs/comment_1_0bf1f463133476727129ddf15f24983b._comment [new file with mode: 0644]
doc/special_remotes/S3.mdwn