cloud drive: add support for Azure

This commit is contained in:
Chris Lu
2021-08-24 01:18:30 -07:00
parent 7c39a18ba5
commit e9ebe24f2e
7 changed files with 500 additions and 142 deletions

View File

@@ -5,6 +5,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/s3"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/gcs"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/azure"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"