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
e.g.
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
WinSCP error about a malformed header without access key is attached.
Thanks
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
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