We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4853494 commit 5cdc4cbCopy full SHA for 5cdc4cb
samples/uploadManyFilesWithTransferManager.js
@@ -32,10 +32,10 @@ function main(
32
// The ID of your GCS bucket
33
// const bucketName = 'your-unique-bucket-name';
34
35
- // The ID of the first GCS file to download
+ // The ID of the first GCS file to upload
36
// const firstFilePath = 'your-first-file-name';
37
38
- // The ID of the second GCS file to download
+ // The ID of the second GCS file to upload
39
// const secondFilePath = 'your-second-file-name';
40
41
// Imports the Google Cloud client library
0 commit comments