saas
saas copied to clipboard
4-begin avatar upload (the bucket does not accept acls)
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.
@mrrobotoe Thanks. I will test this issue after this upcoming update: https://github.com/async-labs/saas/issues/203
@mrrobotoe We pushed code and book content updates. Please check if you still have this issue. Thanks.