# Detailed View of Buckets

## Overview

Use this page to explore in-depth information about your S3 bucket—from costs and storage metrics to lifecycle configurations and open tickets. You’ll find everything you need to analyze and optimize your bucket to gain cost savings.

### Full Page View

You can refer to the following screenshot for a visual representation of the entire **View Bucket Details** page:

<figure><img src="/files/BJ4JsUzVF8xWxx9Uf1Tl" alt=""><figcaption></figcaption></figure>

**Tabs available:**

1. [**Bucket Details**](#bucket-details)
2. [**Cost History**](#cost-history)
3. [**Cost & Usage Breakdown**](#cost-and-usage-breakdown)
4. [**Insights**](#insights)
5. [**Open Tickets**](#open-tickets)

## Key Metrics

Get an at-a-glance view of your bucket’s core usage stats:

<figure><img src="/files/sDkNcbp2wGWUyZQxRUDd" alt="" width="563"><figcaption></figcaption></figure>

{% tabs %}
{% tab title="1. Last 30 Days Cost" %}
See how much this bucket has cost you over the past 30 days.
{% endtab %}

{% tab title="2. Previous Month Cost" %}
Review the total cost for the previous calendar month.
{% endtab %}

{% tab title="3. Bucket Size" %}
Check the current size of all data stored in this bucket.
{% endtab %}

{% tab title="4. Total Objects" %}
Know exactly how many objects are in your bucket.
{% endtab %}
{% endtabs %}

## Bucket Details

#### Resource Information

Understand where and how your bucket is running:

1. **Account** – View the AWS account associated with this bucket.
2. **Region** – Identify the AWS region hosting your bucket.
3. **Service** – Confirm the associated AWS service (always S3 here).
4. **Versioning Enabled** – See whether versioning is turned on.
5. **Lifecycle Policies** – Check if you’ve set any lifecycle management.
6. **Storage Classes** – Review the storage tiers used in your bucket.

<figure><img src="/files/yM28qbAf00lGUzwYa1xZ" alt="" width="563"><figcaption></figcaption></figure>

#### AWS Tags

Access the tags you’ve applied to your bucket—helpful for organizing resources and allocating costs.

<figure><img src="/files/iIntynUk2QzoPOJHvOiI" alt="" width="563"><figcaption></figcaption></figure>

#### Lifecycle Policies

Review the actual lifecycle policy applied to your bucket. You can:

* Copy the JSON file directly.
* Download the policy for your records or further analysis.

<figure><img src="/files/0cwWKMDXRlzFUvfw9Dpf" alt="" width="563"><figcaption></figcaption></figure>

## Cost History

Visualize how your bucket’s cost has changed over time.&#x20;

<figure><img src="/files/M4WnxtMM7H8hEFMQj2ht" alt="" width="563"><figcaption></figcaption></figure>

#### Chart Representation Types

You can switch between:

* Bar Graph
* Area Chart

#### Data Range

* **Custom Range**: If you need to analyze costs over a specific period, define a custom date range to focus on the exact time frame.
* **Predefined Range:** Quickly access relevant cost data by selecting a range such as “**Last 2 Weeks**” or “**Month-to-Date**”.&#x20;

#### Granularity

Choose how detailed you want the data:

* **Daily**
* **Weekly**
* **Monthly**

#### Group by Usage Type

**Toggle grouping** to break down the cost based on the usage type of the bucket.

#### Table Representation

Get a detailed cost table including:

* **Usage Type** – What kind of usage contributed to cost.
* **Usage Type Total** – The total cost for each usage type.
* **Dynamic Columns** – The table adjusts based on the granularity you select (daily, weekly, or monthly).

## [Cost & Usage Breakdown](/optimize-cost-savings-and-recommendations/s3-optimization/cost-and-usage-breakdown.md)

Drill down into specific cost categories to understand exactly where your money is going.&#x20;

To learn more, see the detailed documentation for the [Cost & Usage Breakdown page](/optimize-cost-savings-and-recommendations/s3-optimization/cost-and-usage-breakdown.md).

## [Insights](/optimize-cost-savings-and-recommendations/s3-optimization/s3-insights.md)

Get proactive insights into your bucket usage. To explore further, refer to the documentation for the [Insights page](/optimize-cost-savings-and-recommendations/s3-optimization/s3-insights.md).

## Open Tickets

See all tickets related to this bucket.


---

# 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.onelens.cloud/optimize-cost-savings-and-recommendations/s3-optimization/detailed-view-of-buckets.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.
