Skip to content

Commit 6ac36a5

Browse files
authored
Expand on AWS env variables (#208)
1 parent f15792a commit 6ac36a5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/configuration.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,14 @@ To use Redis, you need the [PhpRedis](https://github.com/phpredis/phpredis) PHP
198198

199199
#### AWS
200200

201-
| Option | Description |
202-
|-------------------------|---------------------------|
203-
| `AWS_ACCESS_KEY_ID` | Access key ID for AWS |
204-
| `AWS_SECRET_ACCESS_KEY` | Secret access key for AWS |
205-
| `AWS_DEFAULT_REGION` | Default AWS region |
201+
| Option | Description |
202+
|-------------------------|-----------------------------------------------------------|
203+
| `AWS_ACCESS_KEY_ID` | Access key ID for AWS |
204+
| `AWS_SECRET_ACCESS_KEY` | Secret access key for AWS |
205+
| `AWS_DEFAULT_REGION` | Default AWS region |
206+
| `AWS_URL` | [S3] Overrides viewing URL, for use with CDNs and similar |
207+
| `AWS_BUCKET` | [S3] The bucket to use |
208+
| `AWS_ENDPOINT` | [S3] The endpoint for uploads. `AWS_URL` defaults to this |
206209

207210
### Authentication Guards
208211

0 commit comments

Comments
 (0)