Skip to content

Commit

Permalink
Readme: Fix typo in config param notes (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Porres Molina <[email protected]>
  • Loading branch information
Aditya Konarde and rporres authored Dec 1, 2020
1 parent 4f768b3 commit 5a5653c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ This server is configured via environment variables.

- `BUNDLE_SHA_TTL`: (not required) Expiration time for bundles. Defaults to `20m`.
- `LOAD_METHOD`: (required) `fs` | `s3`. Source of the data.
- `AWS_ACCESS_KEY_ID`: (required if `LOAD_METHOD=fs`) AWS access key ID.
- `AWS_SECRET_ACCESS_KEY`: (required if `LOAD_METHOD=fs`) AWS secret access key.
- `AWS_REGION`: (required if `LOAD_METHOD=fs`) AWS region.
- `AWS_S3_BUCKET`: (required if `LOAD_METHOD=fs`) AWS s3 bucket name.
- `AWS_S3_KEY`: (required if `LOAD_METHOD=fs`) AWS s3 key name.
- `AWS_ACCESS_KEY_ID`: (required if `LOAD_METHOD=s3`) AWS access key ID.
- `AWS_SECRET_ACCESS_KEY`: (required if `LOAD_METHOD=s3`) AWS secret access key.
- `AWS_REGION`: (required if `LOAD_METHOD=s3`) AWS region.
- `AWS_S3_BUCKET`: (required if `LOAD_METHOD=s3`) AWS s3 bucket name.
- `AWS_S3_KEY`: (required if `LOAD_METHOD=s3`) AWS s3 key name.

## Bundle Caching

Expand Down

0 comments on commit 5a5653c

Please sign in to comment.