Problem
SDK example comments reference https://media.mirrorstack.ai as the CDN host. Deployed reality (decided 2026-04-25) is one global CDN host: https://cdn.mirrorstack.ai. Update doc/example strings so SDK consumers see the right domain.
Scope
storage/credential.go:18 — update CDNBase example comment from https://media.mirrorstack.ai to https://cdn.mirrorstack.ai
storage/storage.go:74 — update cdnBase example reference to match
examples/template/storage.go — if it references media.mirrorstack.ai, update
docs/api-reference.md and README.md — search/replace any remaining media.mirrorstack.ai references
- No code/behavior change
Out-of-scope
- Per-module subdomain support (decided against; one global host)
- Storage interface changes
Acceptance criteria
Dependencies
None (purely documentation/example update)
Problem
SDK example comments reference
https://media.mirrorstack.aias the CDN host. Deployed reality (decided 2026-04-25) is one global CDN host:https://cdn.mirrorstack.ai. Update doc/example strings so SDK consumers see the right domain.Scope
storage/credential.go:18— updateCDNBaseexample comment fromhttps://media.mirrorstack.aitohttps://cdn.mirrorstack.aistorage/storage.go:74— updatecdnBaseexample reference to matchexamples/template/storage.go— if it referencesmedia.mirrorstack.ai, updatedocs/api-reference.mdandREADME.md— search/replace any remainingmedia.mirrorstack.aireferencesOut-of-scope
Acceptance criteria
media.mirrorstack.airemain in repo (verify withgrep -r)go test ./...)Dependencies
None (purely documentation/example update)