How to force rclone to skip the initial checksum when uploading large files

hi,
does anyone know how to preform this?

It's best to use the question template for a question as it helps frame the question.

The short answer is yes, but it depends.

What backend are you using?

the backend is Azure cool blob

There isn't a way at the moment. Rclone calculates the MD5 sum for a data integrity check.

The s3 backend has a flag like this which would be easy to implement for azure blob.

 --s3-disable-checksum   Don't store MD5 checksum with object metadata

Fancy having a go?

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