aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
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 "/")
+
`
)