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

# Cloud Storage

> Configure cloud storage providers for file uploads and AI-generated content in Aikeedo. Choose from AWS S3, Digital Ocean Spaces, Wasabi, Cloudflare R2, or MinIO.

## Overview

The Cloud Storage plugin extends Aikeedo with support for multiple cloud storage providers, enabling you to store user uploads and AI-generated files in the cloud instead of local storage. This improves performance, scalability, and reliability for your AI SaaS platform.

<Note>
  The Cloud Storage plugin is available for purchase from the [Aikeedo Marketplace](https://aikeedo.com/marketplace/).
</Note>

## Supported Providers

The Cloud Storage plugin supports the following providers:

<CardGroup cols={2}>
  <Card title="AWS S3" icon="aws" href="/integrations/cloud-storage/aws-s3">
    Amazon Web Services Simple Storage Service - Industry standard with high durability and availability.
  </Card>

  <Card title="Digital Ocean Spaces" icon="digital-ocean" href="/integrations/cloud-storage/digital-ocean-spaces">
    S3-compatible storage with simple pricing and easy setup.
  </Card>

  <Card title="Cloudflare R2" icon="cloudflare" href="/integrations/cloud-storage/cloudflare-r2">
    S3-compatible storage with zero egress fees.
  </Card>

  <Card title="Wasabi" icon="https://mintcdn.com/aikeedo/DFqnj07-oAqOHUdx/images/wasabi-icon.svg?fit=max&auto=format&n=DFqnj07-oAqOHUdx&q=85&s=0c981c4e41ff630cde582dba96a2a3b5" href="/integrations/cloud-storage/wasabi" width="135" height="135" data-path="images/wasabi-icon.svg">
    High-performance cloud storage with S3-compatible API.
  </Card>

  <Card title="MinIO" icon="https://mintcdn.com/aikeedo/DFqnj07-oAqOHUdx/images/minio-icon.svg?fit=max&auto=format&n=DFqnj07-oAqOHUdx&q=85&s=aaade2a2580ff2b478bae18659172443" href="/integrations/cloud-storage/minio" width="106" height="18" data-path="images/minio-icon.svg">
    Self-hosted object storage server for complete control.
  </Card>
</CardGroup>

## Need Help?

If you need assistance with Aikeedo:

<CardGroup cols={2}>
  <Card title="Professional Support" icon="headset" href="https://aikeedo.com/support/">
    Get expert help from our team with a paid support subscription
  </Card>

  <Card title="Troubleshooting Guide" icon="wrench" href="/setup/troubleshooting">
    Check common issues and solutions
  </Card>
</CardGroup>
