onyx-platform / onyx-amazon-s3

Amazon S3 plugin for Onyx
1 stars 9 forks source link

Add progress listener when starting upload to s3 #5

Closed ChrisBlom closed 7 years ago

ChrisBlom commented 7 years ago

instead of attaching it to the upload after it has started which may cause the listener to miss events, especially for small uploads

lbradstreet commented 7 years ago

@ChrisBlom Thanks. I did actually try that but I was a little scared by the "internal" in the S3ListenerProgress name.

You're right that successful uploads may not be removed from the tracked uploads, so I think it's worth the risk in this case. Thanks for the PR.