What is the problem you are having with rclone?
I'm running a a task with a service account, in this task I run a py code that uses rclone, the problem is when I run the code myself, the upload starts immedietly (I can see this in the logs), but when I run the task using the SA, I see in the logs that the upload starts only after several minutes, and then it uploads it regularly.
Run the command 'rclone version' and share the full output of the command.
v1.61.1
Which cloud storage system are you using? (eg Google Drive)
Ceph s3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy /copy/to/path remote:copy/to/path
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Cannot share it
A log from the command that you were trying to run with the -vv
flag
Cannot paste logs