What is the problem you are having with rclone?
I have lots of files in my S3 bucket(Billions of them total size 50TB) I am using rclone copy command to copy them to a PVC. When I am running the command it is not transferring this immediately but scanning all the files in the source which is taking lot of time. I have given the option --no-traverse still the copy did not start. Is there any option in rclone to start the copy immidiately while the source listing is going on?
Run the command 'rclone version' and share the full output of the command.
Version 1.69.1
Which cloud storage system are you using? (eg Google Drive)
Aws S3
Rclone command
rclone --config /tmp/rclone.conf copy -v --stats=1s --no-traverse --transfers $CONCURRENCY $DRY_RUN_FLAG "${SOURCE}" "${DESTINATION}"
Rclone config
[source]
type = s3
provider = AWS
env_auth = true
profile = source
region = us-east-2
A log from the command that you were trying to run with the -vv
flag
0B / 0B , -, 0B/s, ETA -