/// CONNECT A PROVIDER / BACKBLAZE B2
Backblaze B2
B2 exposes an S3-compatible API, so storafleet connects with access keys and a regional endpoint. The credentials come from a B2 application key — not your master key.
Create an application key
In the Backblaze dashboard, create an application key scoped to the bucket. It maps to S3 credentials like this:
- The keyID is the Access Key ID.
- The applicationKey is the Secret Access Key.
Paste both into the Access Keys path of the Create Fleet wizard.
Endpoint
The B2 S3-compatible endpoint is https://s3.<REGION>.backblazeb2.com. Use the region your bucket lives in and enter that as the custom endpoint.
Versioning
On B2, versioning is always on and is read-only through the S3 API — you can read previous versions, but you can't toggle versioning on or off via S3.
Object Lock
B2 supports Object Lock / WORM (write-once, read-many), so objects can be held immutable for a retention period.
Good for cold storage
B2 has the lowest cost per GB of the supported providers, which makes it a strong choice for backups and cold storage.