Question 592:
You have an application that writes application logs to version enabled S3 bucket. Each object has multiple versions attached to it. After 60 days, the application deletes the objects in S3 through DELETE API on the object. However, in next month’s bill, you see charges for S3 usage on the bucket. What could have caused this?
Answer options:
A.DELETE API call on the object only deletes latest version. B.DELETE API call on the object does not delete the actual object, but places delete marker on the object. C.DELETE API call moves the object and its versions to S3 recycle bin from where the object can be restored till 30 days. D.DELETE API for all versions of the object in version enabled bucket cannot be done through API. It can be only done by bucket owners through the console.