Skip to content

Commit

Permalink
samples: commented value (missing quote) (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinovik authored Mar 4, 2024
1 parent 095ecb1 commit 55ff53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/uploadManyFilesWithTransferManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function main(
// const bucketName = 'your-unique-bucket-name';

// The ID of the first GCS file to download
// const firstFileName = 'your-first-file-name';
// const firstFilePath = 'your-first-file-name';

// The ID of the second GCS file to download
// const secondFileName = 'your-second-file-name;
// const secondFilePath = 'your-second-file-name';

// Imports the Google Cloud client library
const {Storage, TransferManager} = require('@google-cloud/storage');
Expand Down

0 comments on commit 55ff53b

Please sign in to comment.