Expand description
Generic S3 ObjectSource for yuzu-data — reads objects from any
S3-compatible store (Cloudflare R2, AWS S3, MinIO, GCS-S3) over HTTPS with
SigV4-presigned GETs. Endpoint is configurable, so nothing here is
Cloudflare-specific; the container points it at R2, OSS users at anything.
yuzu-data stays pure (trait + LocalSource); cloud access lives here.
Structs§
- S3Source
- An
ObjectSourcebacked by an S3-compatible bucket.