2
0

📝 Add instruction for AWS S3 endpoint

Closes #133
This commit is contained in:
Baptiste Arnaud
2022-10-20 08:38:22 +02:00
parent f8e770c875
commit d6dffa924e
2 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,8 @@ Used for uploading images, videos, etc... It can be any S3 compatible object sto
| S3_SSL | true | Use SSL when establishing the connection. |
| S3_REGION | -- | S3 region. |
Note that for AWS S3, your endpoint is usually: `https://s3.<S3_REGION>.amazonaws.com`
Your bucket must have the following policy that tells S3 to allow public read when an object is located under the public folder:
```json

View File

@ -51,6 +51,8 @@ Used for the file upload input. It can be any S3 compatible object storage servi
| S3_SSL | true | Use SSL when establishing the connection. |
| S3_REGION | -- | S3 region. |
Note that for AWS S3, your endpoint is usually: `https://s3.<S3_REGION>.amazonaws.com`
Your bucket must have the following policy that tells S3 to allow public read when an object is located under the public folder:
```json