mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 15:41:08 +00:00
docs: mark AWS access key and secret as optional
Signed-off-by: Outsider <outsideris@gmail.com>
This commit is contained in:
parent
b59f3e1cc8
commit
859bb9b118
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ Largely the same, but note `signatureVersion` and `serverSideEncryption` are rem
|
|||
### Via environment variables
|
||||
|
||||
```
|
||||
AWS_ACCESS_KEY_ID
|
||||
AWS_SECRET_ACCESS_KEY
|
||||
AWS_DEFAULT_REGION
|
||||
AWS_ACCESS_KEY_ID // optional
|
||||
AWS_SECRET_ACCESS_KEY // optional
|
||||
GHOST_STORAGE_ADAPTER_S3_PATH_BUCKET
|
||||
GHOST_STORAGE_ADAPTER_S3_ASSET_HOST // optional
|
||||
GHOST_STORAGE_ADAPTER_S3_PATH_PREFIX // optional
|
||||
|
|
Loading…
Add table
Reference in a new issue