How do I include an S3 bucket name and region/endpoint in a single URL?

后端 未结 3 931
醉梦人生
醉梦人生 2021-02-08 06:54

If I have a bucket named mybucket in region=us-east-1, then I can access it using

aws s3 ls s3://mybucket --region=us-east-1

3条回答
  •  -上瘾入骨i
    2021-02-08 07:54

    There is no provision in the s3:// scheme for encoding the region.

    Note also that the "U" in URL stands for uniform, not universal.

提交回复
热议问题