Appearance
Storage Providers
Clarento supports multiple storage backends for your digital assets. By default, every workspace includes Clarento Cloud with 50 GB of storage — no configuration needed.
Clarento Cloud (Default)
Clarento Cloud is automatically provisioned when you first open the app. Your files are stored securely on Cloudflare's global network (Cloudflare R2) with built-in CDN delivery for fast access worldwide.
| Storage | Cloudflare R2 (S3-compatible object storage) |
| CDN | Cloudflare global edge network |
| Included storage | 50 GB |
| Setup | Automatic — no configuration needed |
| Encryption | TLS in transit, encrypted at rest |
Asset metadata (names, tags, descriptions, collections) is stored in Atlassian Forge KVS, which is managed by Atlassian within your Cloud region.
Bring Your Own Storage (BYOS)
For teams that need to store assets in their own infrastructure, Clarento supports connecting external storage providers. Your credentials are encrypted at rest in Atlassian Forge KVS and never leave the Forge runtime.
AWS S3
Store assets in your own Amazon S3 bucket with optional DynamoDB for metadata.
| Field | Description |
|---|---|
| Region | AWS region (e.g., us-east-1) |
| Access Key ID | IAM access key with S3 permissions |
| Secret Access Key | IAM secret key |
| Bucket | S3 bucket name |
Google Cloud Storage
Connect via HMAC keys (S3-compatible API).
| Field | Description |
|---|---|
| HMAC Access Key | Service account HMAC access key |
| HMAC Secret Key | Service account HMAC secret key |
| Bucket | GCS bucket name |
Backblaze B2
Affordable S3-compatible cloud storage.
| Field | Description |
|---|---|
| Endpoint | B2 S3-compatible endpoint URL |
| Access Key ID | Application key ID |
| Secret Access Key | Application key |
| Bucket | B2 bucket name |
Azure Blob Storage
Store assets in Azure with optional Cosmos DB for metadata.
| Field | Description |
|---|---|
| Storage Account Name | Azure storage account name |
| Storage Account Key | Storage account access key |
| Container Name | Blob container name |
Configuring a Provider
- Open Clarento and go to Settings
- Navigate to Storage
- Click Add Provider and select your storage type
- Enter the required credentials
- Click Test Connection to verify, then Save
Switching Providers
You can switch between providers at any time. Assets stay where they were uploaded — switching only affects new uploads. Each provider's configuration is saved independently, so you can switch back without re-entering credentials.