From 23d36dfbafabec3b709b9c076961676ac8c852b4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 2 Jul 2019 21:27:05 -0700 Subject: [PATCH] 1.40 enable azure replication --- weed/command/filer_replication.go | 2 +- weed/util/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 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" diff --git a/weed/util/constants.go b/weed/util/constants.go index 6bd9f4b15..44408053f 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 39) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 40) )