# Cloud Storage

Flashback Network supports various cloud storage providers, allowing you to bridge between different storage APIs seamlessly.

## Supported Providers

* **AWS S3**: Full support for standard S3 operations with translation to other providers.
* **GCP GCS**: Support for Google Cloud Storage operations.
* **MS Azure Blob**: Support for Azure Blob Storage.

For more details on specific operations and translation issues, please refer to the respective provider pages.


---

# 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.flashback.tech/support-reference/supported-api-operations/cloud-storage.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.
