Add descriptions for variables
This commit is contained in:
parent
069e9fcc67
commit
9f1cb3e925
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Manage S3 buckets from any provider.
|
|||
|
||||
## Environment Variables
|
||||
|
||||
* `S3_ACCESS_KEY_ID`
|
||||
* `S3_SECRET_ACCESS_KEY`
|
||||
* `S3_ACCESS_KEY_ID`: Your S3 access key ID
|
||||
* `S3_SECRET_ACCESS_KEY`: Your S3 secred access key
|
||||
* `S3_ENDPOINT`: Optional. In case you are using a different S3 provider than AWS. Defaults to `s3.amazonaws.com`
|
||||
* `V2_SIGNING`: Optional. In case your S3 provider still uses V2 Signing, set this to `true`
|
||||
|
|
Loading…
Reference in a new issue