Multi-cloud RAID. Not multi-cloud sync.
Reed-Solomon erasure coding across 14 storage providers — so every file is provider-agnostic by construction, lock-in evaporates, and concentration risk inverts to a strategic advantage.
What this solution includes.
RS(5,2) erasure coding
5 data + 2 parity shards per ~5 MB frame. Loss-tolerant by two; revealing nothing readable when one is compromised.
14 provider plugins
AWS, Azure, GCP, Backblaze B2, Cloudflare R2, Wasabi, MinIO, Hetzner, OVH, Scaleway, Dropbox, Google Drive, OneDrive, Box.
Provider plugin SDK
Integrate a sovereign or regional provider not in the catalogue in fewer than 500 lines of code.
Continuous connexion health
Provider heartbeats every ~5 minutes. Staleness, latency, quota surfaced before they affect uploads. Stale OAuth credentials badged before failed writes.
Auto region detection
For every connexion, the platform queries the provider's own API to verify the region — feeding the confidence-graded SkyeMap pin.
Dedup analysis
Identical-content detection across the tenant. Savings reports. One-click reclaim by hard-linking redundancy.
Why multi-cloud RAID beats multi-cloud sync
The dominant "multi-cloud storage" approach replicates your file to each provider — each copy is independently readable. A breach of any one provider exposes everything. The "multi-cloud" of replication buys availability; it does not buy security against single-provider compromise.
Erasure coding is a different mathematical object. RS(5,2) splits each frame into seven shards. Any five reconstruct; fewer than five reveal nothing about the original. No single provider — and no two providers — can read your file. The provider you trust least is no more dangerous than the provider you trust most.
Storage economics
RS(5,2) carries 7/5 = 1.4× storage overhead. Triple-replication carries 3× overhead. At petabyte scale, the difference compounds: RS(5,2) buys the same failure tolerance as triple-replication at less than half the storage cost — plus the security property that replication does not give you at any cost.
Failure isolation
Reads return as soon as any five of seven shards succeed. Two slow providers don't affect read latency. Two failed providers don't affect read availability. Three failed providers force a degraded read with explicit error semantics. This is meaningfully more resilient than the typical replicated-multi-cloud setup, which degrades to single-cloud on the second failure.
Bring your own providers
Fourteen plugins ship out of the box. The plugin SDK lets you integrate a sovereign or regional provider in under 500 lines of code. The CloudProvider interface is the same across all plugins: upload, download, delete, health-check, region-detect. Want to keep some shards on your existing on-prem MinIO and some on a sovereign French provider not in our catalogue? Integrate both as plugins; the RAID layer is provider-agnostic.
Continuous connexion health
Provider heartbeats run roughly every five minutes. Staleness, latency, quota, and credential health surface before they affect uploads. Stale OAuth credentials get a badge on the connexion the moment a token drifts. An aggregated connexion-issues banner appears on the file browser, so operators learn about provider problems before failed writes rather than from them.
Dedup analysis
The platform detects identical-content files across the tenant — cross-account where scoped — surfaces a savings report, and lets administrators reclaim storage by hard-linking the redundancy. For organisations with significant duplication (typical: 15-30% of total volume) the savings recoup meaningful portions of storage cost without changing user behaviour.
From the blog
Reed-Solomon erasure coding for storage: a practical primer
Reed-Solomon codes are decades old. They're suddenly central to sovereign cloud architecture. Here's what they do, the math you need, and th…
Read → Architecture · 7 min readWhy multi-cloud RAID beats multi-cloud sync
Most multi-cloud storage products replicate your file inside each provider. SkyeConnex erasure-codes it across them. That distinction is the…
Read → Threat · 8 min readRansomware in 2026: why your backup target is the new attack surface
The 2020s ransomware playbook shifted when crews started encrypting backup targets. Your recovery story dies the moment your backup destinat…
Read →