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 年前檢視次數 270 次
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" ?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南