aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-04 11:58:59 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-04 11:58:59 -0800
commit8dfac6a4cf8d2d21a3a69528136422e7f7a75d32 (patch)
tree87fcaa6560b29dbbcea555e71fcffdfdcaaac9cb /weed/command/scaffold.go
parentf050b22d6c319971aae3244f65f4420570f0895f (diff)
downloadseaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.tar.xz
seaweedfs-8dfac6a4cf8d2d21a3a69528136422e7f7a75d32.zip
working b2 sink
Diffstat (limited to 'weed/command/scaffold.go')
-rw-r--r--weed/command/scaffold.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go
index 4d836d9bc..56fc50516 100644
--- a/weed/command/scaffold.go
+++ b/weed/command/scaffold.go
@@ -209,7 +209,7 @@ aws_access_key_id = "" # if empty, loads from the shared credentials fil
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
-directory = "" # destination directory (do not prefix or suffix with "/")
+directory = "/" # destination directory
[sink.google_cloud_storage]
# read credentials doc at https://cloud.google.com/docs/authentication/getting-started
@@ -224,15 +224,14 @@ enabled = false
account_name = ""
account_key = ""
container = "mycontainer" # an existing container
-directory = "" # destination directory (do not prefix or suffix with "/")
+directory = "/" # destination directory
[sink.backblaze]
-# experimental, let me know if it works
enabled = false
-account_id = ""
-account_key = ""
+b2_account_id = ""
+b2_master_application_key = ""
bucket = "mybucket" # an existing bucket
-directory = "" # destination directory (do not prefix or suffix with "/")
+directory = "/" # destination directory
`
)