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

martin

Re: Add support for S3 cross-account bucket (aka external bucket)

That looks like a misunderstanding to me. You have to connect somewhere to access the bucket. I do not think that "cross-account" buckets are anyhow exceptional in this respect. So what exact problem do you have when trying to access the bucket?
arty_a

Add support for S3 cross-account bucket (aka external bucket)

More info here:
https://repost.aws/knowledge-center/cross-account-access-s3
and here:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-walkthroughs-managing-access-example2.html

Basically, WinSCP should allow S3 URLs of type s3://EXAMPLE-BUCKET instead of forcing https://EXAMPLE-BUCKET.s3.amazonaws.com or https://s3.amazonaws.com/EXAMPLE-BUCKET.
This will allow accessing buckets with cross-account delegation.