# S3 rules information lifecycle management (ILM)

For S3 buckets, you can set information lifecycle rules to apply to the objects within the bucket. The lifecycle rules apply to the data within the bucket, regardless of the protocol.

WEKA supports rules for expiring objects and enables you to set different expirations per object prefix and tags. WEKA supports up to 1000 rules per bucket. If multiple rules overlap, the rule with the earliest expiration that applies for an object deletes this object from the bucket.

**Related topics**

[Manage S3 lifecycle rules using the GUI](/4.1/additional-protocols/s3/s3-information-lifecycle-management/s3-information-lifecycle-management.md)

[Manage S3 lifecycle rules using the CLI](/4.1/additional-protocols/s3/s3-information-lifecycle-management/s3-information-lifecycle-management-1.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.weka.io/4.1/additional-protocols/s3/s3-information-lifecycle-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
