Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 740d30d

Browse files
authored
docs: fix typo in for filePath in sample (#2558)
1 parent 273774e commit 740d30d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/uploadFileInChunksWithTransferManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function main(
3333
// const bucketName = 'your-unique-bucket-name';
3434

3535
// The path of file to upload
36-
// const fileName = 'path/to/your/file';
36+
// const filePath = 'path/to/your/file';
3737

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

0 commit comments

Comments
 (0)