RClone configuration options (transfers, chunk sizes, etc.) are set at the Task level, not on
locations. Locations define where to connect — tasks define how.
Supported Providers
Each provider has its own page covering credentials, location setup, quirks, and rclone import behavior:AWS S3
Amazon Simple Storage Service
Azure Blob Storage
Azure Blob containers
Backblaze B2
Cloud storage with generous free tier
Cloudflare R2
S3-compatible object storage
DigitalOcean Spaces
DigitalOcean Spaces Object Storage
Fastly Object Storage
Fastly’s S3-compatible object storage
Fil One
S3-compatible object storage on Filecoin
Filebase
Zero-egress S3-compatible object storage
Google Cloud Storage
GCS buckets
Hetzner
Hetzner Object Storage
Impossible Cloud
EU-sovereign S3-compatible object storage
MEGA S4
MEGA’s S3-compatible object storage
Oracle Object Storage
Oracle S3-compatible endpoint
Rabata
Rabata Object Storage
Railway
Railway-provided S3 buckets
Tigris
Globally distributed S3-compatible storage
Wasabi
Hot cloud storage, S3-compatible
S3 Compatible
Any S3-compatible provider
Creating a Location
1
Create a secret first
Every location needs credentials. If you haven’t already, create a secret for your cloud provider. The secret’s
secret_type must match the location’s location_type.2
Navigate to Locations
Go to Locations in your team dashboard and click Add Location.
3
Configure the location
Fill in the required fields:
Region and endpoint requirements vary — see the provider comparison below, or jump straight to your provider’s page for the full setup.
4
Verify the connection
After creation, DataRaven auto-redirects to the detail page and runs a connection verification automatically.
Connection Verification
DataRaven verifies that a location is reachable and properly configured by testing the actual connection. Verification checks:- bucket_exists — confirms the bucket/container is accessible
- permissions — tests list, read, write, and delete operations
Verification Status
For locations using external vault (BYOV) credentials, verification
resolves the vault references to test the connection. If resolution fails, you’ll receive specific
error codes:
VAULT_FIELD_NOT_FOUND, VAULT_ITEM_NOT_FOUND, VAULT_ACCESS_DENIED, etc.Provider-Specific Configuration
Every provider needs the same three things — a matching secret, a bucket, and enough information to reach the endpoint — but region and endpoint requirements differ. The comparison below shows the shape at a glance; each provider’s page has the full setup, including credentials, worked examples, and quirks.Provider Defaults
DataRaven applies sensible default rclone configuration per provider at the task level. Each provider’s page lists its defaults under At a Glance; you can also query them via the API:Updating Locations
You can update the following fields on an existing location:name,descriptionbucket_name,region,endpoint_urlsecret_id(new secret must have the samesecret_typeas the location’slocation_type)
Deletion
A location cannot be deleted while it is referenced by any tasks. Attempting to delete returns a409 Conflict error.
To delete a location:
- Navigate to the location detail page to see linked tasks
- Delete or reassign all tasks using this location
- Delete the location
Linked Tasks
The location detail page shows all tasks using this location — grouped by whether it’s the source or destination. Click any task to navigate directly to its configuration.Tier Limits
Need more? Upgrade your plan from the billing page.