mirror of
https://github.com/laosb/ghos3.git
synced 2025-04-30 23:51: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
|
```json
|
||||||
"storage": {
|
"storage": {
|
||||||
"active": "s3",
|
"active": "s3",
|
||||||
|
"media":{
|
||||||
|
"adapter": "s3"
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"adapter": "s3"
|
||||||
|
},
|
||||||
"s3": {
|
"s3": {
|
||||||
"accessKeyId": "YOUR_ACCESS_KEY_ID",
|
"accessKeyId": "YOUR_ACCESS_KEY_ID",
|
||||||
"secretAccessKey": "YOUR_SECRET_ACCESS_KEY",
|
"secretAccessKey": "YOUR_SECRET_ACCESS_KEY",
|
||||||
|
|
Loading…
Add table
Reference in a new issue