carrierwaveuploader / carrierwave-aws

AWS-SDK storage adapter for CarrierWave
MIT License
409 stars 107 forks source link

adding ACL unblock suggestion to the README file. #139

Closed celsodantas closed 5 years ago

celsodantas commented 5 years ago

The tip added in https://github.com/sorentwo/carrierwave-aws/pull/136 helped me, but it lacked information to unblock the default settings in the bucket. It took me a few hours to figure it out why I was getting Access Denied while the Bucket Policy was allowing ACL change.

I hope this helps other people less experienced with S3 configuration to figure out how to properly configure their S3 Bucket.

sorentwo commented 5 years ago

Thank you! Way to pay it forward.