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 3d2e394 commit 1c8c958Copy full SHA for 1c8c958
demo/demo.js
@@ -209,7 +209,7 @@ function putObject() {
209
Key: filename, /* 必须 */
210
Body: fs.createReadStream(filepath), /* 必须 */
211
ContentLength: fs.statSync(filepath).size, /* 必须 */
212
- onProgress: function (processData) {
+ onProgress: function (progressData) {
213
console.log(JSON.stringify(progressData));
214
},
215
}, function (err, data) {
0 commit comments