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

Progress reports for put_object_streams #388

Open
Houski opened this issue Apr 25, 2024 · 0 comments
Open

Progress reports for put_object_streams #388

Houski opened this issue Apr 25, 2024 · 0 comments
Assignees

Comments

@Houski
Copy link

Houski commented Apr 25, 2024

Is your feature request related to a problem? Please describe.
When uploading multi gig files, a percentage/parts uploaded indicator would be handy.

Describe the solution you'd like
A bool or options struct in the get/put functions that changes whether upload/download progress percentage is printed out or not.

Describe alternatives you've considered
Just ended up building a manual .initiate_multipart_upload() thing with the lib which can have the chunk size adjusted. Also I added retries for parts, which would be another great feature for the put_object_streams function if it doesn't have that functionality.

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