diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-23 23:59:40 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-23 23:59:40 -0700 |
| commit | c58b73ad9bf596337b4ed254ae341e935c8600b4 (patch) | |
| tree | 53b48e8ea7ead791f641594cf6ad0df70c92183d /weed/command/filer_replication.go | |
| parent | 7f1de8677996aabb6b0ec6a25b92bdef335bd9da (diff) | |
| download | seaweedfs-c58b73ad9bf596337b4ed254ae341e935c8600b4.tar.xz seaweedfs-c58b73ad9bf596337b4ed254ae341e935c8600b4.zip | |
adding BackBlaze, Azure
Diffstat (limited to 'weed/command/filer_replication.go')
| -rw-r--r-- | weed/command/filer_replication.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go index 8d5c9d8cc..1c137bb53 100644 --- a/weed/command/filer_replication.go +++ b/weed/command/filer_replication.go @@ -6,6 +6,8 @@ import ( "github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/replication" "github.com/chrislusf/seaweedfs/weed/replication/sink" + _ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink" + _ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/filersink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/gcssink" _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink" |
