How to format a URL to get a file from Amazon S3?

后端 未结 4 1063
礼貌的吻别
礼貌的吻别 2020-12-09 01:40

I am having some trouble figuring out how to access a file from Amazon S3. Lets say that the bucket that the file lives in is BUCKET_NAME, the file is FIL

4条回答
  •  眼角桃花
    2020-12-09 02:03

    Perhaps not what the OP was after, but for those searching the URL to simply access a readable object on S3 is more like:

    https://.amazonaws.com//

    Where is something like s3-ap-southeast-2.

    Click on the item in the S3 GUI to get the link for your bucket.

提交回复
热议问题