Skip to content

Commit

Permalink
add tags to google storage
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Jul 28, 2023
1 parent 1f54b10 commit 6e7154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/api/accounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 6e7154a

Please sign in to comment.