Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Is WinSCP S3 Transfer Protocol secure?

Yes, WinSCP S3 sessions are encrypted with TLS.
In the log, you should see:
. 2022-06-02 09:34:54.618 HTTP session to https://bucket.s3.amazonaws.com:443 begins.


WinSCP does not even support unencrypted S3 sessions:
Issue 1995 – Support S3 servers without TLS encryption
ives2525

Is WinSCP S3 Transfer Protocol secure?

I'm looking at ways of securely transferring data into an S3 bucket. I was able to successfully connect to my S3 bucket using WinSCP but I need to confirm if this is a secure transfer method.

I see the S3 protocol utilizes the REST interface but to my understanding, that doesn't necessarily mean it's using TLS.

So my question is data transferred via the S3 protocol in WinSCP encrypted during transfer?

Thank you