config.aws_acl = nil option not working when the bucket is configured as Bucket owner enforced for security purpose #447
Unanswered
aneeshktry
asked this question in
Q&A
Replies: 1 comment
-
AFAIK there is only 1 place for setting ACL You can try to use a fork and delete those ACL related lines and see if that helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As suggested in the documentation I the tried the configuration. But it is throwing
<Error><Code>AccessControlListNotSupported</Code><Message>The bucket does not allow ACLs</Message>
. Tried many different possibilities. Always going back here. I am usingasset_sync (2.19.2)
fog-aws (3.15.0)
rails (7.0.4)
Can anyone help me to fix this. Why even after setting the config, still try to send the header.
Beta Was this translation helpful? Give feedback.
All reactions