Skip to main content

Module files

Module files 

Source
Expand description

Pluggable file storage abstraction.

Provides a trait for file storage operations that can be implemented for local disk, S3, R2, GCS, or any other storage backend.

Structs§

FileStorageError
LocalFileStorage
File storage backed by a local directory.
S3Config
Configuration for S3-compatible storage (S3, R2, GCS, MinIO).
Stack0FileStorage
File storage backed by Stack0’s CDN.
StoredFile

Traits§

FileStorage
Pluggable file storage backend.