Skip to content

Commit

Permalink
Update README for S3.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Jun 17, 2024
1 parent 4879443 commit d516834
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,13 @@ Amazon S3-compatible stores have additional options available, which can be conf
{
"stores": {
"s3": {
"bucket":"mybucketname",
"path":"path/in/bucket",
"passphrase":"secret"
"region": "us-west-1",
"bucket": "my-s3-store",
"path": "/wallets",
"credentials": {
"id": "ABCDEF123",
"secret": "XXXXXXXXX"
}
}
}
}
Expand Down

0 comments on commit d516834

Please sign in to comment.