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

# Custom s3

Custom S3 Integration

## Overview

ComfyDeploy allows you to integrate with your own S3 bucket. This is useful if you wanted to have full control over you media storage for `Input` and `Output` media.

<img src="https://mintcdn.com/comfydeploy/o5fOxSEVTG8z9WUO/images/data/data-flow-custom-s3.png?fit=max&auto=format&n=o5fOxSEVTG8z9WUO&q=85&s=6d670b6e4a11122ffc478955c6e0ec19" alt="Import workflow" width="1920" height="1080" data-path="images/data/data-flow-custom-s3.png" />

## Data Components

| Component       | Type                      | Storage    | Access                                           |
| --------------- | ------------------------- | ---------- | ------------------------------------------------ |
| **Workflows**   | `.json`                   | `postgres` | `Dashboard` / `API`                              |
| **Models**      | `.safetensors`            | `volume`   | `Dashboard` / `API`                              |
| **Run records** | `.json`                   | `postgres` | `Dashboard` / `API`                              |
| **Inputs**      | `.png` / `.jpg` / `.webp` | `Your s3`  | `Dashboard` / `API`                              |
| **Outputs**     | `.png` / `.jpg` / `.webp` | `Your s3`  | `Temporary pre-signed URL` / `Dashboard` / `API` |

## Contact Support

If you would like to integrate with your own S3 bucket, please contact support.
