B. S3 Versioning
S3 Versioning is a feature that allows you to keep multiple versions of an object in the same bucket. When versioning is enabled for a bucket, each new version of an object uploaded to the bucket is assigned a unique version ID. This prevents accidental deletion or overwriting of objects because even if an object is deleted or overwritten, previous versions can still be retrieved.
"Versioning-enabled buckets can help you recover objects from accidental deletion or overwrite. For example, if you delete an object, Amazon S3 inserts a delete marker instead of removing the object permanently. The delete marker becomes the current object version. If you overwrite an object, it results in a new object version in the bucket. You can always restore the previous version. "
https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html
Versioning control, allows for multiple versions to be stored from an S3 object. Which in this case in case of deletion, you can simply move the previous version as the current.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
chalaka
1 year, 2 months agoPranava_GCP
1 year, 11 months agoPranava_GCP
1 year, 10 months agoalexandercamachop
2 years, 4 months agoAziza_Adam
2 years, 4 months agomattygster
2 years, 4 months agomattygster
2 years, 4 months ago