> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agno.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Media Storage

> Serve and delete AgentOS media held in external storage.

| Example                                                                       | Description                                                                                                   |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [S3 Media Storage](/examples/agent-os/media-storage/s3)                       | Run AgentOS with attached and generated files sent to S3, persisting only a MediaReference.                   |
| [GCS Media Storage](/examples/agent-os/media-storage/gcs)                     | Run AgentOS with attached and generated files sent to Google Cloud Storage, persisting only a MediaReference. |
| [Reading and Deleting Session Media](/examples/agent-os/media-storage/delete) | Read stored media back through the AgentOS session routes, then delete the session and its objects together.  |
