From 5cdc4cb7c74b3c72890217ed8506f3dfff00af6e Mon Sep 17 00:00:00 2001 From: JesseLovelace <43148100+JesseLovelace@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:19:25 +0000 Subject: [PATCH] docs: fix comment in transfer manager upload sample (#2547) --- samples/uploadManyFilesWithTransferManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/uploadManyFilesWithTransferManager.js b/samples/uploadManyFilesWithTransferManager.js index 241c88968..cc0019f50 100644 --- a/samples/uploadManyFilesWithTransferManager.js +++ b/samples/uploadManyFilesWithTransferManager.js @@ -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