Skip to content

Commit

Permalink
Merge pull request #32 from enstyled/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi authored Mar 15, 2024
2 parents 3c4cc29 + 2600dbb commit 2f63865
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ To use Amazon S3 set `STORAGE_PROVIDER=s3`, ensure the following variables are l

```
STORAGE_PROVIDER=s3
AWS_ACCESS_KEY=
AWS_SECRET_KEY=
AWS_REGION=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_ENDPOINT_URL_S3=
AWS_BUCKET=
```

Expand Down

0 comments on commit 2f63865

Please sign in to comment.