We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
이슈 명을 작성해주세요.
Presigned URL 도입
이슈에 대해 간결하게 설명해주세요.
기존에 AWS S3 파일 업로드 방식은 아래와 같았습니다.
flowchart LR Client--파일 전달-->Server Server--파일 업로드-->S3
서버에 파일을 업로드해야 하며, 이는 서버 내의 메모리에 파일을 임시 저장해야 하는 상황이므로 프리티어 EC2를 사용하고 있는 입장에서, 부담이 될 수 있기에 이를 아래와 같은 방식으로 변경합니다.
flowchart LR Client--파일 업로드 요청-->Server Server--Presigned URL 발급 요청-->S3 S3--Presigned URL 반환-->Server Server--Presigend URL 반환-->Client Client--Presigned URL로 파일 업로드-->S3
The text was updated successfully, but these errors were encountered:
dl-00-e8
No branches or pull requests
💼 IssueName
Presigned URL 도입
📝 Description
기존에 AWS S3 파일 업로드 방식은 아래와 같았습니다.
서버에 파일을 업로드해야 하며, 이는 서버 내의 메모리에 파일을 임시 저장해야 하는 상황이므로 프리티어 EC2를 사용하고 있는 입장에서, 부담이 될 수 있기에 이를 아래와 같은 방식으로 변경합니다.
❗️ Todo
The text was updated successfully, but these errors were encountered: