aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-23 00:29:27 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-23 00:29:27 -0700
commit258063de2650699eef4488ff9096693737226fde (patch)
tree23c385ceb7b3eee50f0045d4a776fdb8ad9cf260 /weed/command
parent3b2c39f1bee0450a0f94363e42e6760ec6d01b79 (diff)
downloadseaweedfs-258063de2650699eef4488ff9096693737226fde.tar.xz
seaweedfs-258063de2650699eef4488ff9096693737226fde.zip
cloud drive: add google cloud storage
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/imports.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/imports.go b/weed/command/imports.go
index ce0bf0e10..0bf8244e7 100644
--- a/weed/command/imports.go
+++ b/weed/command/imports.go
@@ -4,6 +4,7 @@ import (
_ "net/http/pprof"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/s3"
+ _ "github.com/chrislusf/seaweedfs/weed/remote_storage/gcs"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"