Retention Rules

Retention rules play a crucial role in safeguarding your data within Oracle Cloud Infrastructure (OCI) Object Storage. Let’s delve into the intricacies of retention rules and their significance.

What are Retention Rules?

Retention rules act as a protective barrier against inadvertent or malicious alterations or deletions of data. They offer immutable storage options compliant with Write Once, Read Many (WORM) standards, ensuring the integrity of your stored information. These rules can be set to lock, preventing any modifications or deletions, including by administrators. It’s important to note that retention rules are configured at the bucket level.

Types of Retention Rules

There are two primary types of retention rules:

  1. Time-Bound Retention Rules: In this type, you specify a duration during rule creation. Object modifications and deletions are restricted for the specified duration.
  2. Indefinite Retention Rules: Object modifications and deletions are prohibited indefinitely until the rule is deleted.

Setting Retention Rules

When configuring time-bound retention rules, you define a Retention Time Amount and a Retention Time Unit. Optionally, you can enable the Retention Rule Lock. Once set, the rule can only be deleted by removing the entire bucket.

Understanding Time-Bound Retention

Time-bound retention rules are applied individually to each object within the bucket based on its last modified timestamp. For instance, if an object’s last modified timestamp exceeds the duration specified in the retention rule, it remains editable or deletable.

Use Cases of Retention Rules

  1. Regulatory Compliance: Industries often require data retention for specific periods to comply with regulations. Time-bound retention rules ensure adherence to such requirements.
  2. Data Governance: Protecting critical data sets while retaining flexibility in the retention period is essential for internal processes. Time-bound retention rules without locking provide the needed flexibility.
  3. Legal Hold: Preservation of business data during legal proceedings is crucial. Indefinite retention rules ensure data preservation until legal matters are resolved.

Integration with Object Storage Features

  • Encryption and Lifecycle Policies: Retention rules don’t impede bucket re-encryption or lifecycle policies, allowing for comprehensive data management.
  • Replication and Versioning: Retention rules can be applied to replication source buckets, but versioning-enabled buckets cannot have retention rules added.

Retention rules in OCI Object Storage serve as a robust mechanism for data protection, compliance, and governance, ensuring the integrity and security of your stored information.

Previous
Object Versioning
Next
Object Copy