Skip to content

Commit

Permalink
docs: fix comment in transfer manager upload sample (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLovelace authored Oct 25, 2024
1 parent 4853494 commit 5cdc4cb
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 @@ -32,10 +32,10 @@ function main(
// The ID of your GCS bucket
// const bucketName = 'your-unique-bucket-name';

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

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

// Imports the Google Cloud client library
Expand Down

0 comments on commit 5cdc4cb

Please sign in to comment.