This commit is contained in:
Chris Lu
2019-11-18 19:24:34 -08:00
parent ba73c053c3
commit 9711a6ffaa
7 changed files with 195 additions and 9 deletions

View File

@@ -356,5 +356,13 @@ type = memory # Choose [memory|etcd] type for storing the file id sequence
sequencer_etcd_urls = http://127.0.0.1:2379
[storage.backend.s3]
enabled = true
aws_access_key_id = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
aws_secret_access_key = "" # if empty, loads from the shared credentials file (~/.aws/credentials).
region = "us-east-2"
bucket = "your_bucket_name" # an existing bucket
directory = "/" # destination directory
`
)