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年前271ビュー
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" ?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ