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
This will allow accessing buckets with cross-account delegation.
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.