cloud drive: add google cloud storage

This commit is contained in:
Chris Lu
2021-08-23 00:29:27 -07:00
parent 3b2c39f1be
commit 258063de26
6 changed files with 349 additions and 146 deletions

View File

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