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 273774e commit 740d30dCopy full SHA for 740d30d
samples/uploadFileInChunksWithTransferManager.js
@@ -33,7 +33,7 @@ function main(
33
// const bucketName = 'your-unique-bucket-name';
34
35
// The path of file to upload
36
- // const fileName = 'path/to/your/file';
+ // const filePath = 'path/to/your/file';
37
38
// The size of each chunk to be uploaded
39
// const chunkSize = 32 * 1024 * 1024;
0 commit comments