Amazon Simple Storage Service
아마존 S3(Amazon S3, Simple Storage Service)는 아마존 웹 서비스에서 제공하는 온라인 스토리지 웹 서비스이다. 아마존 S3는 웹 서비스 인터페이스를 통해 스토리지를 제공한다. 아마존이 S3를 출시하고 최초로 공개적으로 웹서비스를 이용할 수 있게 된 것은 2006년 3월 미국 그리고 유럽은 2007년 11월이다. 처음 서비스를 시작할 당시는 데이터를 송수신 할 때 사용되는 네트워크의 데이터 전송 요금 및 요청당 비용 등과 함께, 최종 사용자는 매달 1GB당 0.15 미국달러를 지불하여 사용할 수 있었다. 2008년 11월 1일부터 50TB 이상을 사용하는 사용자들에게는 할인 가격을 제공하였다.
Categories
Projects
- WeSQL - S3를 저장소로 사용하는 혁신적인 MySQL 배포판
Rules for bucket naming
The following rules apply for naming S3 buckets:
- Bucket names must be between 3 and 63 characters long.
- Bucket names can consist only of lowercase letters, numbers, dots (.), and hyphens (-).
- Bucket names must begin and end with a letter or number.
- Bucket names must not be formatted as an IP address (for example, 192.168.5.4).
- Bucket names can't begin with xn-- (for buckets created after February 2020).
- Bucket names must be unique within a partition. A partition is a grouping of Regions. AWS currently has three partitions: aws (Standard Regions), aws-cn (China Regions), and aws-us-gov (AWS GovCloud [US] Regions).
- Buckets used with Amazon S3 Transfer Acceleration can't have dots (.) in their names. For more information about transfer acceleration, see Amazon S3 Transfer Acceleration.
Presigned URL로 업로드
- S3에 파일을 업로드하는 세 가지 방법
- AWS S3 Pre-signed URL 15분만에 expire될 때, :: Jflip의 기술 블로그
- 미리 서명된 URL을 통해 객체 공유 - Amazon Simple Storage Service
- 미리 서명된 URL로 작업 - Amazon Simple Storage Service
- Presigned URL을 이용하여 S3로 파일 업로드
- Boto3를 활용한 Amazon S3 사전인증 URL 사용하기 | 문서번역모음
S3_Presigned_URL_Upload_Flow.png
- 클라이언트에서 이미지 업로드를 진행한다.
- 먼저 파일 이름과 타입으로 업로드를 위한 인증된 url을 생성한다.
- 생성된 url에 이미지 데이터를 첨부하여 요청을 보내면 해당 S3에 업로드된다.
S3 에서 비디오 스트리밍 하는 방법
- FFmpeg:Tool/FFmpeg:Example:HLS/HLS/S3 참고.
- How to Serve HLS Video from an S3 Bucket | HTTP Live Streaming
- Adaptive Streaming with MPEG-DASH and HLS using AWS
- AWS S3를 사용 해서 HLS 재생을 위한 CloudFront 환경 구축
- How to Upload FFmpeg Output Directly to Amazon S3 | Saturn Cloud Blog
- AWS Batch를 활용하여 미디어 처리를 위한 관리형 FFmpeg 워크플로우 구성하기 | AWS 기술 블로그
List of Object Storage Softwares
- Cloud Service