Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 27, 2024
1 parent 1d1f21d commit caf8fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugins/gcs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ async function uploadFile(
validation: 'crc32c',
gzip: !!gcsOptions.gzip,
metadata: {
metadata: {
// eslint-disable-next-line unicorn/numeric-separators-style

Check failure on line 83 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Delete `··`
cacheControl: 'public, max-age=' + noCacheTime ? 0 : 31536000

Check failure on line 84 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Delete `··`
}
}
};

log.info("Parameters");

Check failure on line 88 in lib/plugins/gcs/index.js

View workflow job for this annotation

GitHub Actions / build (18.x)

Replace `"Parameters"` with `'Parameters'`
log.info(parameters);
return bucket.upload(file, parameters);
}

Expand Down

0 comments on commit caf8fbd

Please sign in to comment.