Anyone got similar issues with rclone?
Am able to upload files to R2 via rclone sync /local/path/folder1 r2-bucket:folder1. (Although the UI seems weirdly showing additional folder1 file with 0B next to the real folder directory of folder1.
But rclone ls rclone tree...etc never work, the program just existed right away and shows 0 output. (No error prints).
While I am able to sync to remote, I have scenarios to sync it back from R2 to local. But no matter how I do the command rclone sync r2-bucket:folder1 /local/path/folder1 never works
Curious if anyone have any insights on why those won't work, and what will be the workaround for R2?
Thanks 🙏