Post a reply

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

Another User

Re: Accessing public S3 using Anonymous Access

Having the --no-sign-request just became a necessity for us to use WinSCP. Is there a tracking number or time line for this enhancement request?
Smalltalker

Anonymous Access

This would be a great option to have for people needing to access public datasets hosted on AWS S3 so that they don't have to create an AWS account prior to using WinSCP to access the public datasets.
martin

Re: Accessing public S3 using Anonymous Access

WinSCP does not have an equivalent of --no-sign-request (yet). You are the first one to ask for it :)
Smalltalker

Accessing public S3 using Anonymous Access

I am trying to connect to a public S3 bucket using WinSCP.
AWS S3 allows me to connect using AWS CLI with a --no-sign-request option.
e.g.
aws s3 ls --no-sign-request s3://public-s3-bucket

However, WinSCP wants me to use an Access key and secret to continue to make the call.
Is there ANY way to configure WinSCP with the --no-sign-request option? In order to use anonymous access in cases where it is allowed?

WinSCP error about a malformed header without access key is attached.
Thanks