Blob Storage Integration
Blob storage is an operator-side concern for registry servers. Public/default FastSkill builds do not include registry publishing, andfastskill publish does not expose direct S3 flags.
Use this page only when running a FastSkill build compiled with the registry-publish feature.
Model
FastSkill separates packaging from publishing:fastskill packagecreates ZIP artifacts.fastskill publishsends those ZIPs to a registry API or copies them to a local directory.- A registry server built with
registry-publishvalidates accepted packages, writes artifacts to configured blob storage, and updates the registry index.
CLI Targets
Server Storage
Configure blob storage in the registry server’s service configuration. S3 and S3-compatible storage require theregistry-publish feature.
Typical fields are:
- storage type
- bucket
- region
- endpoint for S3-compatible services
- access key and secret key, usually sourced from deployment secrets
- public blob base URL for generated download links