Using S3 Object Lock
With S3 Object Lock, you can store objects using a write-once-read-many (WORM) model. Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely. You can use Object Lock to help meet regulatory requirements that require WORM storage, or to simply add another layer of protection against object changes and deletion.
S3 Object Lock has been assessed by Cohasset Associates for use in environments that are
subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how
Object Lock relates to these regulations, see the Cohasset Associates Compliance Assessment
Object Lock provides two ways to manage object retention: retention periods and legal holds.
-
Retention period — Specifies a fixed period of time during which an object remains locked. During this period, your object is WORM-protected and can't be overwritten or deleted. For more information, see Retention periods
-
Legal hold — Provides the same protection as a retention period, but it has no expiration date. Instead, a legal hold remains in place until you explicitly remove it. Legal holds are independent from retention periods. For more information, see Legal holds.
An object version can have both a retention period and a legal hold, one but not the other, or neither. For more information, see How S3 Object Lock works.
Object Lock works only in versioned buckets, and retention periods and legal holds apply to individual object versions. When you lock an object version, Amazon S3 stores the lock information in the metadata for that object version. Placing a retention period or legal hold on an object protects only the version specified in the request. It doesn't prevent new versions of the object from being created.
If you put an object into a bucket that has the same key name as an existing protected object, Amazon S3 creates a new version of that object, stores it in the bucket as requested, and reports the request as completed successfully. The existing protected version of the object remains locked according to its retention configuration.
To use S3 Object Lock, you follow these basic steps:
-
Create a new bucket with Object Lock enabled.
-
(Optional) Configure a default retention period for objects placed in the bucket.
-
Place the objects that you want to lock in the bucket.
-
Apply a retention period, a legal hold, or both, to the objects that you want to protect.
To see metrics for Object Lock-enabled storage bytes and object count, you can use Amazon S3 Storage Lens. S3 Storage Lens is a cloud-storage analytics feature that you can use to gain organization-wide visibility into object-storage usage and activity. For more information, see Using S3 Storage Lens to protect your data. For a complete list of metrics, see S3 Storage Lens metrics glossary.
For information about configuring and managing S3 Object Lock, see the following sections: