Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
태그가 지정된 질문 사전 서명된 URL
All objects and buckets are private by default. However, you can use a presigned URL to optionally share objects or allow your customers/users to upload objects to buckets without AWS security credentials or permissions.
콘텐츠 언어: 한국어
필터링할 태그 선택
정렬 기준 가장 최근
아래 나열된 질문과 답변을 찾아보거나 필터링 및 정렬을 통해 결과 범위를 좁힐 수 있습니다.
1개의 결과
구글 드라이브와 같이 개인이 올린 이미지는 개인만 볼 수 있게 서비스를 하고 싶습니다. 이에 s3를 사용하려고하는데, s3 bucket을 private로 두고 있습니다. 어떻게 하면 좋을까요?
1. presigned url을 발급한다. (누구나 해당 Url로 접근할 수 있음, 유효시간이 있음 , 캐시사용 불가능)
2. 백엔드 서버에서 s3 이미지를 받아서 ...