Files
documentation-coolify/src/content/docs/knowledge-base/s3/index.mdx
Theo Salzmann b56512049f Added wasabi to S3 cloud storages
Just tried Wasabi cloud storage and it works fine and is easy to setup.
2024-11-01 20:17:32 +01:00

34 lines
920 B
Plaintext

---
title: "Introduction"
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to configure S3 compatible storage for Coolify"
description: "A guide how to configure S3 compatible storage for Coolify."
---
Currently supported S3 compatible storages are:
- AWS
- DigitalOcean Spaces
- MinIO
- Cloudflare's R2
- Backblaze B2
- Scaleway Object Storage
- Hetzner S3 Storage (beta)
- Wasabi hot cloud storage
Other's could work, but not tested yet. If you test it, please let us know.
## S3 Client
Coolify uses MinIO's client, called [`mc`](https://min.io/docs/minio/linux/reference/minio-mc.html), to copy the backup files to your S3 compatible storage.
## Verification
To be able to use your S3 compatible storage, you need to verify it first. Verification done with `ListObjectsV2` request to your specified bucket.
So you need to create a bucket first, and then you can verify it.