You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like ACLs are no longer recommended (I think IAM came later) but that document DOES include a useful mapping of the old read/write ACLs to their modern permissions:
This came up here:
It turned out
django-storages
nees a write policy that includess3:PutObjectAcl
: https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html#iam-policyLooks like I should add
s3:GetObjectAcl
to the default read policies too.The text was updated successfully, but these errors were encountered: