Typo in sharefile.go

https://github.com/rclone/rclone/blob/408d9f3e7aa8a88dc36f7c69046f80cc946fc74d/backend/sharefile/sharefile.go#L1199

as sharefile uses MD5, this looks like a typo
// Hash returns the SHA-1 of an object returning a lowercase hex string
should be
// Hash returns the MD5 of an object returning a lowercase hex string

Feel free to just submit a PR / fix it :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.