Does rclone use https as a transfer protocol by default?

Hi all,

I want to transfer data from my local drive to an amazon s3, and I wonder if the transfer of the data is encrypted (by https) ?
I simply want to use rclone -P copy .

Cheers
Markus

Run the command 'rclone version' and share the full output of the command.

rclone -P copy .

Which cloud storage system are you using? (eg Google Drive)

amazon s3

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone -P copy <from> <to>.

The rclone config contents with secrets removed.

Paste config here

Yes, you'd be using HTTPS.

Thank you! I tested it with wireshark and can confirm.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.