- 최신
- 최다 투표
- 가장 많은 댓글
Deleting an object version explicitly and permanently deletes that object version. A delete marker is not created.
When you access an object in S3, you can do so without specifying an object version (see https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html#AmazonS3-GetObject-request-querystring-VersionId). If an object does not exist, a 404 will be returned. That will also be returned if a delete marker is the most recent "version" of an object. This allows the non-current object versions to continue to exist, while still returning results consistent with a deletion.
There would be no role for a delete marker for a object version, as the object version is permanently deleted, and any attempt to explicitly access it by it's versionId would return a 404.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectVersions.html
관련 콘텐츠
- AWS 공식업데이트됨 3년 전
- AWS 공식업데이트됨 6달 전
- AWS 공식업데이트됨 2년 전