aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_replication.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-08-08 18:55:53 -0700
committerGitHub <noreply@github.com>2021-08-08 18:55:53 -0700
commit52fcce81c64348dccf706e52161cf3fcf71e1df8 (patch)
treeeff9e3a111e227de7803c4ab5bd03ea79897bb57 /weed/command/filer_replication.go
parent4370a4db634f2268526911842a804d9dee97aadc (diff)
parent882a93dacd2ca8549af50b80a8a98a861fdee0ed (diff)
downloadseaweedfs-52fcce81c64348dccf706e52161cf3fcf71e1df8.tar.xz
seaweedfs-52fcce81c64348dccf706e52161cf3fcf71e1df8.zip
Merge pull request #2241 from chrislusf/add_remote_storage
WIP: remote storage
Diffstat (limited to 'weed/command/filer_replication.go')
-rw-r--r--weed/command/filer_replication.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/weed/command/filer_replication.go b/weed/command/filer_replication.go
index 885c95540..bf0a3e140 100644
--- a/weed/command/filer_replication.go
+++ b/weed/command/filer_replication.go
@@ -7,12 +7,6 @@ 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/localsink"
- _ "github.com/chrislusf/seaweedfs/weed/replication/sink/s3sink"
"github.com/chrislusf/seaweedfs/weed/replication/sub"
"github.com/chrislusf/seaweedfs/weed/util"
)