Skip to content

Commit 1c8c958

Browse files
committed
修改 demo
1 parent 3d2e394 commit 1c8c958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function putObject() {
209209
Key: filename, /* 必须 */
210210
Body: fs.createReadStream(filepath), /* 必须 */
211211
ContentLength: fs.statSync(filepath).size, /* 必须 */
212-
onProgress: function (processData) {
212+
onProgress: function (progressData) {
213213
console.log(JSON.stringify(progressData));
214214
},
215215
}, function (err, data) {

0 commit comments

Comments
 (0)