adding filer replication sink to Azure

This commit is contained in:
Chris Lu
2018-10-09 01:35:48 -07:00
parent 453d0be4d4
commit 9f4c2f87d3
2 changed files with 141 additions and 0 deletions

View File

@@ -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 "/")
`
)