# AWS S3 Rehydration (Deprecated)

{% hint style="info" %}
**NOTE**

This source has been deprecated and replaced with a new [AWS S3 Rehydration](/integrations/sources/aws-s3-rehydration.md) source. While it will continue to function, it will no longer receive any enhancements and you should migrate to the new source.
{% endhint %}

### Object Format

Rehydrated data must be in [OTLP format JSON](https://github.com/open-telemetry/opentelemetry-proto) for correct processing. Ensure your data adheres to this format.

The [AWS S3 Destination](/integrations/destinations/aws-s3.md) supports `gzip` compression. This receiver will gracefully detect and handle if any data is gzipped or uncompressed.

### Supported Platforms

| Platform | Supported |
| -------- | --------- |
| Linux    | ✓         |
| Windows  | ✓         |
| macOS    | ✓         |

### Configuration Fields

<table><thead><tr><th width="168.96484375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Region</td><td>The AWS recognized region string</td></tr><tr><td>Bucket</td><td>Name of the S3 Bucket to rehydration telemetry from.</td></tr><tr><td>Folder Prefix</td><td>Root directory of the bucket to rehydration telemetry from.</td></tr><tr><td>Poll Interval</td><td>The interval for checking new objects, e.g., '1m' for one minute.</td></tr><tr><td>Starting Time</td><td>UTC start time for rehydration in the format <code>YYYY-MM-DDTHH:MM</code>.</td></tr><tr><td>Ending Time</td><td>UTC end time for rehydration in the format <code>YYYY-MM-DDTHH:MM</code>.</td></tr><tr><td>Delete on Read</td><td>If true, objects are deleted after rehydration.</td></tr><tr><td>Enable Storage</td><td>Enable to specify a storage extension for tracking rehydration progress.</td></tr><tr><td>Storage Directory</td><td>Directory for storing rehydration state, useful for maintaining state and resuming operations. (Only relevant if <code>Enable Storage</code> is true)</td></tr></tbody></table>

### Example Configuration

#### Basic Configuration

This configuration sets up AWS S3 Rehydration with necessary details such as Region, Bucket, and time range for rehydration.

<figure><img src="/files/S5bLwj0OZS1R1NvM0Htm" alt="Bindplane docs - AWS S3 Rehydration (Deprecated) - image 1"><figcaption></figcaption></figure>

Adjust the Region, Bucket, Starting Time, and Ending Time to match your configuration.


---

# 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.bindplane.com/integrations/sources/aws-s3-rehydration/aws-s3-rehydration-deprecated.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.
