aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-23 23:59:40 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-23 23:59:40 -0700
commitc58b73ad9bf596337b4ed254ae341e935c8600b4 (patch)
tree53b48e8ea7ead791f641594cf6ad0df70c92183d /weed/command/scaffold.go
parent7f1de8677996aabb6b0ec6a25b92bdef335bd9da (diff)
downloadseaweedfs-c58b73ad9bf596337b4ed254ae341e935c8600b4.tar.xz
seaweedfs-c58b73ad9bf596337b4ed254ae341e935c8600b4.zip
adding BackBlaze, Azure
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go10
1 files changed, 9 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 2e7aa0cb6..95ddbd57c 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -195,12 +195,20 @@ bucket = "your_bucket_seaweedfs" # an existing bucket
directory = "/" # destination directory
[sink.azure]
-# experimental
+# experimental, let me know if it works
enabled = false
account_name = ""
account_key = ""
container = "mycontainer" # an existing container
directory = "" # destination directory (do not prefix or suffix with "/")
+[sink.backblaze]
+# experimental, let me know if it works
+enabled = false
+account_id = ""
+account_key = ""
+bucket = "mybucket" # an existing bucket
+directory = "" # destination directory (do not prefix or suffix with "/")
+
`
)