Skip to content

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.

StorageCloudflare R2 (S3-compatible object storage)
CDNCloudflare global edge network
Included storage50 GB
SetupAutomatic — no configuration needed
EncryptionTLS 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.

FieldDescription
RegionAWS region (e.g., us-east-1)
Access Key IDIAM access key with S3 permissions
Secret Access KeyIAM secret key
BucketS3 bucket name

Google Cloud Storage

Connect via HMAC keys (S3-compatible API).

FieldDescription
HMAC Access KeyService account HMAC access key
HMAC Secret KeyService account HMAC secret key
BucketGCS bucket name

Backblaze B2

Affordable S3-compatible cloud storage.

FieldDescription
EndpointB2 S3-compatible endpoint URL
Access Key IDApplication key ID
Secret Access KeyApplication key
BucketB2 bucket name

Azure Blob Storage

Store assets in Azure with optional Cosmos DB for metadata.

FieldDescription
Storage Account NameAzure storage account name
Storage Account KeyStorage account access key
Container NameBlob container name

Configuring a Provider

  1. Open Clarento and go to Settings
  2. Navigate to Storage
  3. Click Add Provider and select your storage type
  4. Enter the required credentials
  5. 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.

Built by Clarento