# Buckets

## Overview

The Buckets application in the Apolo Console provides a user interface for managing cloud storage buckets within a specific project and cluster. Buckets can be used to store and organize large amounts of data, such as backups, application data, and other persistent resources, across cloud providers.

This application is accessible from the left-side navigation menu in the Apolo Console. The buckets page displays all storage buckets associated with the selected project and cluster, provides details about each bucket, and offers the option to manage credentials.

![](/files/uyCbMR1SS1FC4lROO1VU)

## Bucket credentials

For each bucket you can create its own provider-specific credentials with the specific role *Read-Only* or *Read & Write*. For AWS or MinIO providers those will be secret key ID and access key values, for GCP it will be a JSON key file, etc.

The web console interface provides the ability to create several credentials with different roles and to review details for previously created.

![](/files/OBGgsIYOZfngKKpw8nql)

For other operations like uploading and downloading objects, bucket size, creating signed URLs for the objects, importing pre-existing buckets and many more, please refer to the Apolo CLI reference.

For data migration you could also refer Apolo Extras package usage. For extreme amounts of data, please reach us <support@apolo.us>.

## References

* [Apolo CLI Buckets reference](/index/apolo-cli/commands/blob.md)
* [Apolo Extras data operations](#data-operations)


---

# 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.apolo.us/index/apolo-console/apps/pre-installed/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.
