2023-11-07-TIL
2023-11-07-TIL
Today I Learned
AWS File Upload Architecture
- https://medium.com/cyberark-engineering/making-the-right-choice-when-uploading-files-to-amazon-s3-547ced7012a
- https://moduscreate.com/blog/upload-files-to-aws-s3-using-a-serverless-framework/
- https://www.pluralsight.com/resources/blog/cloud/how-to-add-file-upload-features-to-your-website-with-aws-lambda-and-s3
- https://medium.com/the-smyth-group/scalable-user-uploads-with-amazon-s3-9f523c049543
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html
- https://aws.amazon.com/ko/blogs/compute/uploading-to-amazon-s3-directly-from-a-web-or-mobile-application/
- https://aws.amazon.com/ko/blogs/compute/patterns-for-building-an-api-to-upload-files-to-amazon-s3/
- https://aws.amazon.com/ko/blogs/architecture/building-a-cloud-native-file-transfer-platform-using-aws-transfer-family-workflows/
- https://www.youtube.com/watch?v=20hKv0Jlzk0
- https://www.linkedin.com/pulse/uploading-large-files-aws-s3-lightning-fast-speed-parallel-asif
- https://www.youtube.com/watch?v=QNPoXR-gPm0
- https://www.youtube.com/watch?v=mw_-0iCVpUc
- https://aws.amazon.com/ko/architecture/
- https://moduscreate.com/blog/upload-files-to-aws-s3-using-a-serverless-framework/
AWS Pre-signed URL File Upload
- https://www.youtube.com/watch?v=co4iQUgT2ZY
- https://www.youtube.com/watch?v=1D9ggTJ9Ejc
- https://faun.pub/generating-s3-pre-signed-url-to-upload-file-with-specific-content-type-2c2563594a29
- https://www.serverless.com/blog/s3-one-time-signed-url/
- https://levelup.gitconnected.com/use-presigned-url-to-upload-files-into-aws-s3-db6b7a8c2cc9
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsPresignedUrlUploadObject.html
- https://allardqjy.medium.com/using-pre-signed-urls-to-upload-files-to-amazon-s3-from-reactjs-5b15c94b66df
- https://www.linkedin.com/pulse/s3-security-uploading-objects-using-pre-signed-urls-technologies
- https://stackoverflow.com/questions/63040308/is-it-possible-to-generate-a-single-presigned-url-which-can-allow-multiple-uniqu
- https://raffaeu.medium.com/generate-an-amazon-s3-pre-signed-url-with-aws-lambda-and-amazon-api-gateway-4ffbea99207d
- https://sanderknape.com/2017/08/using-pre-signed-urls-upload-file-private-s3-bucket/
- https://mygumi.tistory.com/380
- https://www.youtube.com/watch?v=wbNyipJw9rI
- https://medium.com/@aidan.hallett/securing-aws-s3-uploads-using-presigned-urls-aa821c13ae8d
- https://www.youtube.com/watch?v=v2yJLMltX1Y
Pre-signed URL
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
- https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html
- https://negabaro.github.io/archive/S3-Presigned-URL
- https://medium.com/@laardee/uploading-objects-to-s3-using-one-time-presigned-urls-4374943f0801
- https://velog.io/@seeh_h/AWS-S3-presignedURL%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%B4%EC%84%9C-image-Upload-%ED%95%98%EA%B8%B0-qvqo81gk
This post is licensed under CC BY 4.0 by the author.