Tag: AWS S3

My Blogs

Why Use S3 Replication When S3 Is Highly Available And Durable

While Amazon S3 is indeed designed to be highly available and durable, S3 Replication addresses several specific needs and use cases that go beyond the built-in capabilities of a single S3 bucket: In summary, while S3 offers high availability and durability within a single region, S3 Replication provides additional benefits such as geographic redundancy, regulatory […]

MJ 
My Blogs

S3 Replication

S3 Replication is a feature in Amazon S3 (Simple Storage Service) that allows for automatic, asynchronous copying of objects across Amazon S3 buckets. This can be done within the same AWS region (Cross-Region Replication, CRR) or between different AWS regions (Same-Region Replication, SRR)

MJ 
My Blogs

Versioning And Delete Marker In S3

In AWS S3, delete markers are like invisible bookmarks created when you delete a versioned object. Let’s break down how they work and why they matter: Versioning and Delete Markers Versioning: Imagine you have a folder of important documents. Every time you make a change, you keep the old versions just in case. Enabling versioning […]

MJ