diff options
Diffstat (limited to 'weed/remote_storage/s3/backblaze.go')
| -rw-r--r-- | weed/remote_storage/s3/backblaze.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/remote_storage/s3/backblaze.go b/weed/remote_storage/s3/backblaze.go index ca24e85d2..09a033f8c 100644 --- a/weed/remote_storage/s3/backblaze.go +++ b/weed/remote_storage/s3/backblaze.go @@ -22,7 +22,8 @@ func (s BackBlazeRemoteStorageMaker) HasBucket() bool { func (s BackBlazeRemoteStorageMaker) Make(conf *remote_pb.RemoteConf) (remote_storage.RemoteStorageClient, error) { client := &s3RemoteStorageClient{ - conf: conf, + supportTagging: false, + conf: conf, } config := &aws.Config{ Endpoint: aws.String(conf.BackblazeEndpoint), |
