Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5cdc4cb

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎samples/uploadManyFilesWithTransferManager.js

Copy file name to clipboardExpand all lines: samples/uploadManyFilesWithTransferManager.js
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.