mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-09 22:18:01 -05:00
Update README for S3.
This commit is contained in:
10
README.md
10
README.md
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user