Skip to content

Commit

Permalink
docs: fix typo in for filePath in sample (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-munro authored Nov 25, 2024
1 parent 273774e commit 740d30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/uploadFileInChunksWithTransferManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function main(
// const bucketName = 'your-unique-bucket-name';

// The path of file to upload
// const fileName = 'path/to/your/file';
// const filePath = 'path/to/your/file';

// The size of each chunk to be uploaded
// const chunkSize = 32 * 1024 * 1024;
Expand Down

0 comments on commit 740d30d

Please sign in to comment.