diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-07 17:49:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-07 17:49:00 -0700 |
| commit | 4c498e73de47c47e52bba0cab55c2c50ebc9929e (patch) | |
| tree | bcd738feb27a33c86850c2c73ce1e5f14f95ec1c /weed/command/scaffold.go | |
| parent | 745f5d2a257785cd165111f2b20992d0422b90c8 (diff) | |
| download | seaweedfs-4c498e73de47c47e52bba0cab55c2c50ebc9929e.tar.xz seaweedfs-4c498e73de47c47e52bba0cab55c2c50ebc9929e.zip | |
filer replication: add s3 endpoint
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 e391c23ea..72a36bb54 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -260,6 +260,7 @@ aws_secret_access_key = "" # if empty, loads from the shared credentials fil region = "us-east-2" bucket = "your_bucket_name" # an existing bucket directory = "/" # destination directory +endpoint = "" [sink.google_cloud_storage] # read credentials doc at https://cloud.google.com/docs/authentication/getting-started |
