There was an error while loading. Please reload this page.
1 parent 095ecb1 commit 55ff53bCopy full SHA for 55ff53b
samples/uploadManyFilesWithTransferManager.js
@@ -33,10 +33,10 @@ function main(
33
// const bucketName = 'your-unique-bucket-name';
34
35
// The ID of the first GCS file to download
36
- // const firstFileName = 'your-first-file-name';
+ // const firstFilePath = 'your-first-file-name';
37
38
// The ID of the second GCS file to download
39
- // const secondFileName = 'your-second-file-name;
+ // const secondFilePath = 'your-second-file-name';
40
41
// Imports the Google Cloud client library
42
const {Storage, TransferManager} = require('@google-cloud/storage');
0 commit comments