aboutsummaryrefslogtreecommitdiff
path: root/weed/remote_storage/s3/tencent.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/remote_storage/s3/tencent.go')
-rw-r--r--weed/remote_storage/s3/tencent.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/remote_storage/s3/tencent.go b/weed/remote_storage/s3/tencent.go
index b7711b956..ab027a1f4 100644
--- a/weed/remote_storage/s3/tencent.go
+++ b/weed/remote_storage/s3/tencent.go
@@ -24,7 +24,8 @@ func (s TencentRemoteStorageMaker) HasBucket() bool {
func (s TencentRemoteStorageMaker) Make(conf *remote_pb.RemoteConf) (remote_storage.RemoteStorageClient, error) {
client := &s3RemoteStorageClient{
- conf: conf,
+ supportTagging: true,
+ conf: conf,
}
accessKey := util.Nvl(conf.TencentSecretId, os.Getenv("COS_SECRETID"))
secretKey := util.Nvl(conf.TencentSecretKey, os.Getenv("COS_SECRETKEY"))