Update README for S3.

This commit is contained in:
Jim McDonald
2024-06-17 08:05:09 +01:00
parent 4879443e51
commit d51683426c

View File

@@ -151,9 +151,13 @@ Amazon S3-compatible stores have additional options available, which can be conf
{ {
"stores": { "stores": {
"s3": { "s3": {
"bucket":"mybucketname", "region": "us-west-1",
"path":"path/in/bucket", "bucket": "my-s3-store",
"passphrase":"secret" "path": "/wallets",
"credentials": {
"id": "ABCDEF123",
"secret": "XXXXXXXXX"
}
} }
} }
} }