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

Inaccurately reports size (includes retries) for multipart uploads #10795

Closed
cyberduck opened this issue Sep 6, 2019 · 1 comment
Closed
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

94b2826 created the issue

Cyberduck reports upload retries as part of the normal multipart upload, so any part that needs to be reuploaded is counted as part of the upload byte total (which exceeds the original file size). Rather it should be indicated separately how many parts had to be retried by how many times for a total overhead of x.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reset transfer status 8e3c45f prior fallback to non-multipart file upload.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants