diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-09 01:35:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-09 01:35:48 -0700 |
| commit | 9f4c2f87d3415e656b2ef5109522a218317d858d (patch) | |
| tree | 9d5ae2c5ea388097ed3e75c1a93771187eba62e2 /weed/command/scaffold.go | |
| parent | 453d0be4d4f3f8d6c1333ab99f0281ed4ba8c5a8 (diff) | |
| download | seaweedfs-9f4c2f87d3415e656b2ef5109522a218317d858d.tar.xz seaweedfs-9f4c2f87d3415e656b2ef5109522a218317d858d.zip | |
adding filer replication sink to Azure
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 cdcb570bf..2e7aa0cb6 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -194,5 +194,13 @@ google_application_credentials = "/path/to/x.json" # path to json credential fil bucket = "your_bucket_seaweedfs" # an existing bucket directory = "/" # destination directory +[sink.azure] +# experimental +enabled = false +account_name = "" +account_key = "" +container = "mycontainer" # an existing container +directory = "" # destination directory (do not prefix or suffix with "/") + ` ) |
