diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-11-18 19:24:34 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-11-18 19:24:37 -0800 |
| commit | 9711a6ffaabdac8516317a5539316e9a2bb83faf (patch) | |
| tree | 153c006cb1316cf4092383085ceffcab0c215ee3 /weed/command/scaffold.go | |
| parent | ba73c053c3cf61ff83e1700c639dcb1538f42b41 (diff) | |
| download | seaweedfs-9711a6ffaabdac8516317a5539316e9a2bb83faf.tar.xz seaweedfs-9711a6ffaabdac8516317a5539316e9a2bb83faf.zip | |
WIP
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index ed7df359a..13091764e 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -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 + ` ) |
