diff --git a/docs/content/add-plugins/s3.md b/docs/content/add-plugins/s3.md index 3b02fa6705..2d0a0dbf09 100644 --- a/docs/content/add-plugins/s3.md +++ b/docs/content/add-plugins/s3.md @@ -93,3 +93,17 @@ If you have multiple storage plugins configured, the last plugin declared in the ### Try it out Finally, run your Medusa server alongside our admin system to try out your new file service. Upon editing or creating products, you can now upload thumbnails and images, that are stored in an AWS S3 bucket. + +### Troubleshoot Errors + + #### The bucket does not allow ACLs + + If the backend file upload fails with this message then you need to enable ACLs on your S3 bucket. + + To do this, + - Go to the `Bucket -> Permissions` tab + - Scroll to `Object Ownership` and click `edit` + - Select `ACLs enabled` and `Bucket owner preferred` + - Click the `Save Changes` + + File uploads should now work.