Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload progress #95

Open
mrzmyr opened this issue Dec 30, 2015 · 1 comment
Open

Upload progress #95

mrzmyr opened this issue Dec 30, 2015 · 1 comment

Comments

@mrzmyr
Copy link

mrzmyr commented Dec 30, 2015

Its would be great to have a upload progess or something that indicates the upload while uploading larger files. For now it just logs whens its finished.

Thanks for the great work, keep it up. 👍

May adding something like this (Reference):

var req = s3.putObject(params)
  .on('httpUploadProgress', function (progress) {
    console.log(progress);
  }).send(function (err, data) {
    console.log("FINISHED");
  });
@pgherveou
Copy link
Owner

That would be nice indeed!
I dont have the time to work on it but feel free to send me a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants