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

No md5 #2

Closed
wants to merge 2 commits into from
Closed

No md5 #2

wants to merge 2 commits into from

Conversation

sychan
Copy link

@sychan sychan commented Sep 12, 2023

What is the purpose of this change?

Remove unused MD5 operation from the PutObject func

Was the change discussed in an issue or in the forum before?

Was suggested in a comment on the original PR rclone#6461
Testers observed that memory usage goes up to 2x the size of the object being uploaded before dropping down again, this MD5 call may be caching contents of file before sum() is called or the hasher function is destroyed.

Checklist

  • I have read the contribution guidelines.
  • I have added tests for all changes in this PR if appropriate.
  • I have added documentation for the changes if appropriate.
  • All commit messages are in house style.
  • I'm done, this Pull Request is ready for review :-)

@sychan sychan closed this by deleting the head repository Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant