Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/audit-trail/how-to/manage-adt-export.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ By default, your event logs are exported to the `Standard` [storage class](/obje
- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Created [resources integrated](/audit-trail/reference-content/resource-integration-with-adt/) with Audit Trail
- [Created](/object-storage/how-to/create-a-bucket/) an Object Storage bucket with [object lock](/object-storage/api-cli/object-lock/#how-to-configure-bucket-lock) set up
- [Created](/object-storage/how-to/create-a-bucket/) an Object Storage bucket with [object lock](/object-storage/how-to/use-object-lock/#how-to-configure-bucket-lock) set up

<Message type="note">
At this stage, an export includes all Audit Trail events by default, allowing only one active export configuration per region. Future updates will let you select specific events for export.
Expand Down
11 changes: 10 additions & 1 deletion pages/object-storage/api-cli/lifecycle-rules-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ import LifecycleMinimalDurationMessage from '@macros/object-storage/lifecycle-mi
You can configure the lifecycle of a group of objects to manage their storage costs effectively. A lifecycle configuration is a set of rules that defines actions applied to a group of objects stored on Object Storage.

The Amazon S3 API allows you to automatically manage the lifecycle of your object by setting lifecycle rules. These rules allow you to automatically:
- Delete your objects and their versions by setting expiration durations
- Transition objects and their versions to a colder storage class
- Delete your objects and their versions by setting expiration durations
- Abort incomplete [multipart uploads](/object-storage/api-cli/multipart-uploads/)
- Expire delete markers without a non-current version automatically

<LifecycleMinimalDurationMessage />

Expand Down Expand Up @@ -204,6 +205,14 @@ Lifecycle rules only allow the following transitions:
**Parent**
: `Rule`

### ExpiredObjectDeleteMarker

**Description**
: Enables the expiration of delete markers without non-current versions. Expired delete markers are deleted automatically.

**Parent**
: `Expiration`

### NoncurrentVersionExpiration

**Description**
Expand Down
Loading
Loading