Supported providers
| Provider | Description |
|---|---|
| AWS S3 | Amazon Simple Storage Service |
| Azure Storage | Microsoft Azure Blob Storage |
| Google Cloud Storage | Google Cloud Platform storage |
Creating a deployment
- Go to Organisation settings → Deployments
- Click “Add deployment”
- Enter deployment details:
- Name: Descriptive name (e.g., “Production S3”, “Staging Azure”)
- Description: Optional details about the deployment
- Select a provider and configure credentials
AWS S3 configuration
| Field | Description |
|---|---|
| Authenticate using IAM | Use instance role instead of credentials |
| Region | AWS region (e.g., us-east-1) |
| Bucket | S3 bucket name |
| Endpoint | Custom endpoint for S3-compatible services (optional) |
| Path | Subdirectory within bucket (optional) |
| Force path style | Enable for S3-compatible services requiring path-style URLs |
Azure Storage configuration
| Field | Description |
|---|---|
| Authenticate using IAM | Use managed identity |
| Blob service URL | Format: https://{accountName}.blob.core.windows.net |
| Container | Blob container name |
| Path | Virtual directory path (optional) |
Google Cloud Storage configuration
| Field | Description |
|---|---|
| Authenticate using IAM | Use service account attached to compute |
| Bucket | GCS bucket name |
| Path | Object prefix (optional) |