Hi, I just cannot find how.
Hi @simon998yang, this is actually a feature that we will begin work on this week.
We will update this issue when the feature has been implemented.
@simon998yang this is already merged and publish #1830
Here a code snippet on how to use it
Storage.put('your/s3/key', 'data', {
progressCallback(progress) {
console.log(`Uploaded: ${progress.loaded}/${progress.total}`);
},
});
How to pass progressCallback property into outside public variable?
Most helpful comment
How to pass progressCallback property into outside public variable?