mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 15:41:08 +00:00
doc: Update README for #6.
This commit is contained in:
parent
b4d36b24ea
commit
582a18b6bc
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ Largely the same, but note `signatureVersion` and `serverSideEncryption` are rem
|
|||
```json
|
||||
"storage": {
|
||||
"active": "s3",
|
||||
"media":{
|
||||
"adapter": "s3"
|
||||
},
|
||||
"files": {
|
||||
"adapter": "s3"
|
||||
},
|
||||
"s3": {
|
||||
"accessKeyId": "YOUR_ACCESS_KEY_ID",
|
||||
"secretAccessKey": "YOUR_SECRET_ACCESS_KEY",
|
||||
|
|
Loading…
Add table
Reference in a new issue