Skip to content

Commit 5cdc4cb

Browse files
docs: fix comment in transfer manager upload sample (#2547)
1 parent 4853494 commit 5cdc4cb

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
@@ -32,10 +32,10 @@ function main(
3232
// The ID of your GCS bucket
3333
// const bucketName = 'your-unique-bucket-name';
3434

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

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

4141
// Imports the Google Cloud client library

0 commit comments

Comments
 (0)