Backblaze B2 — object storage
backblaze/b2 · version 1
envs add backblaze/b2
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
B2_APPLICATION_KEY_ID |
required | secret | Backblaze says this is the equivalent of an S3 access key id, so the same pair serves both APIs. Half of a credential, kept with the other half. The master key the account creates for you does not work with the S3 API; make one. The name is convention.. where to get it |
B2_APPLICATION_KEY |
required | secret | The S3 secret access key under Backblaze's own name for it. Shown once, so save it when it appears. There is no rotation in place: create another key and delete the old to revoke its access. The name is convention.. where to get it |