aboutsummaryrefslogtreecommitdiff
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
parentdcc331cf5a898f49ad021de09f412e947eee995a (diff)
downloadseaweedfs-23d36dfbafabec3b709b9c076961676ac8c852b4.tar.xz
seaweedfs-23d36dfbafabec3b709b9c076961676ac8c852b4.zip
1.40
enable azure replication
-rw-r--r--weed/command/filer_replication.go2
-rw-r--r--weed/util/constants.go2
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)
)