Summary
This repo fails one or more mandatory B2 standards checked by /b2-doctor.
The three standards are:
- S3-compatible API used as the default (not the native B2 API)
- Custom user-agent set on every S3 client
- Standardized
B2_* env var names: B2_APPLICATION_KEY_ID, B2_APPLICATION_KEY, B2_BUCKET_NAME, B2_REGION, B2_PUBLIC_URL_BASE
Evidence
Run /b2-doctor <repo-path> for the exact per-repo failure reason.
Why it matters
These standards ensure consistent, auditable B2 usage across all sample repos.
Suggested fix
Run /b2-doctor to identify the exact failure, then fix to match the standard.
Acceptance criteria
B2_DOCTOR: PASS in the next quality-keeper run
Filed by quality-keeper (2026-06-19). Migrated from backblaze-labs/demand-side-ai#371.
Summary
This repo fails one or more mandatory B2 standards checked by
/b2-doctor.The three standards are:
B2_*env var names:B2_APPLICATION_KEY_ID,B2_APPLICATION_KEY,B2_BUCKET_NAME,B2_REGION,B2_PUBLIC_URL_BASEEvidence
Run
/b2-doctor <repo-path>for the exact per-repo failure reason.Why it matters
These standards ensure consistent, auditable B2 usage across all sample repos.
Suggested fix
Run
/b2-doctorto identify the exact failure, then fix to match the standard.Acceptance criteria
B2_DOCTOR: PASSin the next quality-keeper runFiled by quality-keeper (2026-06-19). Migrated from backblaze-labs/demand-side-ai#371.