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
The S3 configuration requires slightly non-obvious permissions because the default ACL setting is public-read, which means that PutObject will fail unless you also have the PutObjectAcl permission.
It looks like there may be a way to set the default ACL to private which would avoid this but I have not yet been able to confirm it works:
The S3 configuration requires slightly non-obvious permissions because the default ACL setting is
public-read
, which means thatPutObject
will fail unless you also have thePutObjectAcl
permission.It looks like there may be a way to set the default ACL to private which would avoid this but I have not yet been able to confirm it works:
getsentry/sentry#11033
The text was updated successfully, but these errors were encountered: