Browse Source

1.40

enable azure replication
pull/1020/head
Chris Lu 6 years ago
parent
commit
23d36dfbaf
  1. 2
      weed/command/filer_replication.go
  2. 2
      weed/util/constants.go

2
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"

2
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)
)
Loading…
Cancel
Save