When using rclone to get data from we were experie...
# help
y
When using rclone to get data from we were experiencing failed checksum , coming from rclone, do we need to be worried, or is it just they have different checksum compuations?
i
Hi @Yaphet Kebede. I’m not the expert, but I’ll ask a couple of obvious questions (excuse me if these are too obvious 🙂 ) 1. Is this consistant? I.e. do you get failed checksum every time? 2. Depending on the use case, maybe
lakectl local
is a good alternative for rclone?
a
Hi Yaphet, Sorry to hear that you're seeing errors. Our users do use RClone, so you should not be seeing those errors! Can you please attach: • Exact logs from running rclone? (Make sure to scrub any potentially sensitive information, of course!) • Output of
rclone --version
• Output of
lakectl --version
? Why I am asking: Historically RClone has had a somewhat strange notion of "checksum", and indeed there have been issues when running it with S3 -- here is one example. And you'll probably want to configure it with
no_check_bucket
. Alternatively, there are specific integration instructions on our docs; you might try those, they may give a good user experience.