Services compatibles S3
L’intégration S3 de Jambo fonctionne avec n’importe quel service de stockage objet compatible S3.
| Servicio | Notes |
|---|---|
| Cloudflare R2 | Pas de frais d’egress, CDN mondial inclus |
| DigitalOcean Spaces | Tarification simple, CDN intégré |
| MinIO | Self-hosted, sur site |
| Backblaze B2 | Coût très bas |
Configuración
Les services compatibles S3 nécessitent une variable AWS_ENDPOINT_URL supplémentaire :
STORAGE_DRIVER=s3AWS_ACCESS_KEY_ID=votre-cleAWS_SECRET_ACCESS_KEY=votre-secretAWS_DEFAULT_REGION=autoAWS_BUCKET=mon-bucketAWS_URL=https://votre-url-cdn.comAWS_ENDPOINT_URL=https://votre-endpoint-provider.comEjemplo Cloudflare R2
STORAGE_DRIVER=s3AWS_ACCESS_KEY_ID=votre-cle-r2AWS_SECRET_ACCESS_KEY=votre-secret-r2AWS_DEFAULT_REGION=autoAWS_BUCKET=jambo-mediaAWS_URL=https://pub-xxxx.r2.devAWS_ENDPOINT_URL=https://account-id.r2.cloudflarestorage.comConsultez Configuration AWS S3 pour la politique de bucket et la configuration CORS — elles s’appliquent à tous les providers compatibles S3.