doc: Update README for #6.

This commit is contained in:
Shibo Lyu 2023-09-15 22:55:27 +08:00
parent b4d36b24ea
commit 582a18b6bc

View file

@ -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",