remote object store gateway: disable tagging for backblaze
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user