Skip to content

Commit 55ff53b

Browse files
authored
samples: commented value (missing quote) (#2418)
1 parent 095ecb1 commit 55ff53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎samples/uploadManyFilesWithTransferManager.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ function main(
3333
// const bucketName = 'your-unique-bucket-name';
3434

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

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

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

0 commit comments

Comments
 (0)