add tags to google storage

This commit is contained in:
Quan HL
2023-07-28 19:39:06 +07:00
parent 1f54b10d72
commit 6e7154a31b
+1 -1
View File
@@ -557,7 +557,7 @@ function encryptBucketCredential(obj) {
break;
case 'google':
assert(service_key, 'invalid aws S3 bucket credential: service_key is required');
const googleData = JSON.stringify({vendor, name, service_key});
const googleData = JSON.stringify({vendor, name, service_key, tags});
obj.bucket_credential = encrypt(googleData);
break;
case 'none':