docs: improved s3 documentation (#1965)

This commit is contained in:
Shahed Nasser
2022-08-02 11:34:05 +03:00
committed by GitHub
parent 2b574185ca
commit 5065b7bc5e
3 changed files with 139 additions and 56 deletions
@@ -0,0 +1,16 @@
# S3 Plugin ACL Error
If you're using the [S3 Plugin](../add-plugins/s3.md) and, when you upload an image, you receive the following error on your Medusa server:
```bash
AccessControlListNotSupported: The bucket does not allow ACLs
```
Try the following:
1. Go to your S3 Bucket, then choose the Permissions tab.
2. Scroll to Object Ownership and click the Edit button.
3. Select ACLs enabled and choose for Object Ownership the radio button Bucket owner preferred.
4. Click the Save Changes.
Try uploading again after making this change. Upload should be successful.