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" ?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠