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
I was receiving an error 400 when attempting to upload a file to the s3 bucket. After researching, the error message indicated "this bucket does not accept acls".
To enable ACLS I did the following in the S3 bucket:
I was receiving an error 400 when attempting to upload a file to the s3 bucket. After researching, the error message indicated "this bucket does not accept acls".
To enable ACLS I did the following in the S3 bucket:
permissions > object ownership > ACLs enabled > save.
This then allowed me to have a successful upload of the avatar pic.
The text was updated successfully, but these errors were encountered: