Where can I found the uri of my Bucket to connect my Symfony application with S3 and upload files?

0

I need to upload files from my Symfony application to my Bucket, but I need to know the upload url and prefix data:

uri_prefix and upload_destination

Where can I see this data from my Bucket?

已提问 2 年前269 查看次数
1 回答
1

The notes in this documentation should help

Kevin
已回答 2 年前
  • Thank you very much Kevin for your comment, I really appreciate it a lot 🙏🏻

    I had already taken a look at that guide, but I was a bit confused because in that guide they show the url pointing to a key-name (to an already existing object). Ex:

    "Virtual-hosted–style access:" https://bucket-name.s3.Region.amazonaws.com/key-name

    ...Amazon S3 virtual-hosted-style URLs use the previous format, but I need the format to upload files...

    Or it can be enough simply with: https://bucket-name.s3.Region.amazonaws.com/ ... Skipping the "key-name" ?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则