-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: set s3_acl_enabled to false when s3_permission empty #17979
Conversation
If this sets any kind of default. Please add it to the .env.production file |
What is the replacement for ACL? Setting media to private on suspension is a pretty important function. |
there is a |
Oh, so AWS is not removing support for ACL, it is a custom setting. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Since we usually want our s3 bucket to be private entirely and serve files via CloudFront, maybe we could change this way suspension media. For example by moving them to specific path with special bucket or CloudFront policy? |
This option is also necessary for other s3 services which do not support ACLs such as Cloudflare R2. |
kreeti/kt-paperclip#92 |
This pull request has merge conflicts that must be resolved before it can be merged. |
It looks like that kt-paperclip change was merged and released in v7.2.0, which we are upgraded past now. If this is still relevant, can you rebase? If not, close. |
Seems like we can just set this option with |
This pull request has resolved merge conflicts and is ready for review. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This currently has a "won't fix" label, though it looks like it was automatically added — is this still something that's necessary or desired? |
Based on rebase needed and sheer age - closing this. Please rebase/reopen if still relevant. |
I've rebased this, but I did not see any |
for: #17978
A
kt-paperclip
upgrade is also needed, e.g. kreeti/kt-paperclip#80