You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pushing individual files to our established bucket at Wasabi (S3-compatible cloud store), we get:
(S3 ACCESS and SECRET KEY defined in environment variables)
$ dvc push <push some_large_file>
Collecting |0.00 [00:00, ?entry/s]
ERROR: failed to transfer '4041c2812ed00efb5a0d57de2b8a9c4d' - [Errno 22] Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: crc32: An error occurred (InvalidRequest) when calling the UploadPart operation: Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: crc32
Pushing
ERROR: failed to push data to the cloud - 1 files failed to upload
This is a bucket we have used consistently over the last ~2-3 years. We are able to pull from the bucket (i.e. it is not an acccess key issue)
Bug Report
Description
Pushing individual files to our established bucket at Wasabi (S3-compatible cloud store), we get:
This is a bucket we have used consistently over the last ~2-3 years. We are able to pull from the bucket (i.e. it is not an acccess key issue)
Reproduce
Expected
File should be pushed to S3 remote and available for pulling by other users.
Environment information
Tested on both Ubuntu 24.04 and 20.04. DVC from snap:
Additional Information (if any):
Here's the output from
dvc push -r wasabi --verbose <filename>
: output.txtThe text was updated successfully, but these errors were encountered: