Taejung Heoblog.aqudi.me·Dec 22, 2024서버 부담 DOWN, 업로드 속도 UP: S3 Presigned Post로 이미지 업로드하기배경 이번에 회사에서 후기 서비스를 개발하고 있다. 요구사항 중에 후기에는 최대 5개의 사진이 포함된다는 항목이 있었다. API 서버를 Aws Lambda로 만들고 있어서 Api Gateway의 payload 크기 제한인 10MB, Lambda의 payload 크기 제한이 6MB로 이미지 업로드 크기에 제한이 생기는 문제가 있다. 참고: Amazon API Gateway 할당량 및 중요 정보, AWS Lambda 할당량 또한 Lambda로 ...AWS
Judah Tamirirashe Chisareawsfordevelopers.hashnode.dev·Dec 2, 2024A guide: Getting started with AWS Pre-signed URLS in Software Development.AWS Presigned URLS are temporary access grants that allow users to access private objects in Amazon S3 without requiring AWS credentials or permissions. When to use presigned URLS? Enabling File Uploads/Downloads in Client Applications Serverless o...presignedurl
ABHINANDHAN Sthelazydeveloperwrites.hashnode.dev·Nov 29, 2024serverless uploading to AWS S3Uploading large files (up to 5TB) efficiently and securely from a React application to an AWS S3 bucket is a common use case. In this blog, I'll walk you through implementing this solution using pre-signed URLs, with AWS Lambda handling backend logic...11 likes·37 readsAWS
Jeevang1nagarkar.hashnode.dev·Oct 5, 2024Secure Way to Share S3 Objects: Using Pre-Signed URLs with Python (Boto3)Amazon S3 is a highly scalable and reliable storage service, but when it comes to sharing your stored objects securely, simply making them public isn't always the best approach. Fortunately, AWS offers secure methods for sharing objects from private ...1 likeAWSAWS
Shaileshshaileshpashte.hashnode.dev·Aug 15, 2024Amazon S3 Advanced Security Features: Presigned URLs and Vault LockIntroduction Amazon S3 (Simple Storage Service) is a robust and versatile storage solution that caters to a wide range of use cases, from simple data storage to complex, secure applications. Two powerful features in S3 that enhance security and contr...s3 presigned URL