aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-07-02 21:27:05 -0700
committerChris Lu <chris.lu@gmail.com>2019-07-02 21:27:05 -0700
commit23d36dfbafabec3b709b9c076961676ac8c852b4 (patch)
tree386e399273a1c92f240f1ac7bf49ba657250e81b /weed/command/filer_replication.go
parentdcc331cf5a898f49ad021de09f412e947eee995a (diff)
downloadseaweedfs-23d36dfbafabec3b709b9c076961676ac8c852b4.tar.xz
seaweedfs-23d36dfbafabec3b709b9c076961676ac8c852b4.zip
1.40
enable azure replication
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index c3e22abff..c6e7f5dba 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -7,7 +7,7 @@ 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/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"