diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-19 21:13:56 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-19 21:13:56 -0700 |
| commit | 709f231e23d2ad40e2094a906d50fefad31423be (patch) | |
| tree | f0814085f12e1e5d4f81af67944f3b206084de80 /weed/command/scaffold.go | |
| parent | d848d089448372326edd9f8a20dbc9fc3c46f6dd (diff) | |
| download | seaweedfs-709f231e23d2ad40e2094a906d50fefad31423be.tar.xz seaweedfs-709f231e23d2ad40e2094a906d50fefad31423be.zip | |
tiered storage: add s3 endpoint for private s3 implementation
fix https://github.com/chrislusf/seaweedfs/issues/1238
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index cb20adc72..bcb4fc31e 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -380,6 +380,7 @@ sequencer_etcd_urls = "http://127.0.0.1:2379" 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 + endpoint = "" # create this number of logical volumes if no more writable volumes # count_x means how many copies of data. |
