-
Notifications
You must be signed in to change notification settings - Fork 201
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
How to get the progress in uploading to an s3 bucket? #443
Comments
You want to use S3 Transfer for progress updates.
|
Using this the following way:
is giving me this exception:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I using amazonica to put an object in a bucket like so:
What I want to know is how much progress has been made in putting the object in the bucket. For example if the total data is 1000 bytes, I want to know how many bytes has been uploaded to the s3 bucket. How can I achieve this?
The text was updated successfully, but these errors were encountered: