Error when using aws sync to R2

I use this command to sync my folder to R2. It used to work, but it now fails with x-amz-checksum-crc64nvme not implemented — How do I solve this?


aws s3 sync \
    /Volumes/G24/Folder \
    s3://mybucket/Folder \
    --endpoint-url https://xxxxxxx.r2.cloudflarestorage.com \
    --exclude "*/.DS_Store" \
    --exclude ".DS_Store" \
    --exclude "*/Temporary*" \
    --exclude "Temporary*" \
    --size-only 


    upload failed:  An error occurred (NotImplemented) when calling the UploadPart operation: unsupported trailed: x-amz-checksum-crc64nvme not implemented
Was this page helpful?