-Strong consistency as of December 2020:
-After a :
successful write of a new object (new PUT)
or an overwrite or delete of an existing object (overwrite PUT or DELETE)
...any :
subsequent read request immediately receives the latest version of the object(read after write consistency)
subsequent list request immediately reflects changes (list consistency)
Available at no additional cost, without any performance impact
S3 일관성 모델
2020년 12월부터 S3의 모든 작업은 강력한 일관성을 이룸.
새로운 객체를 성공적으로 S3 작성했거나 기존 객체를 덮어쓰거나, 삭제하는 경우 혹은 이와 같은 모든 작업에 대해 언제든 읽기 혹은
쓰기 후 읽기를 수행할 때마다 방금 작성한 객체를 볼 수 있다는 의미이다. (원래는 아니었다)
목록을 작성할 때에도 목록 내 항목을 바로 볼 수 있다.
성능에 영향을 주지 않으며 무상이다.
'Cloud > AWS' 카테고리의 다른 글
AWS EC2 Instance Metadata (EC2 인스턴스 메타데이터) (0) | 2022.11.13 |
---|---|
AWS Certified Cloud Practitioner 합격 후기 (0) | 2022.11.13 |
S3 CORS (교차 오리진 리소스 공유) (0) | 2022.11.13 |
S3 Websites (S3 웹사이트) (0) | 2022.11.13 |
S3 Security & bucket Policies (S3보안 및 버킷정책) (0) | 2022.11.13 |