Copy files from Google Drive to S3

Hi

Is it possible to copy some files from my Google Drive to an AWS S3 bucket directly without having to use my local drive?

It seems to be possible as long as I define both remotes (GDrive and S3) and then specify the folder to copy but just wanted to confirm.

Thanks!

Yes

That’s it!

rclone -P copy GDrive:folder S3:bucket
1 Like