Expand description
Storage backend factory for local and cloud object stores.
Supports:
- Local filesystem: plain paths or
file:///path - AWS S3:
s3://bucket/path - Google Cloud Storage:
gs://bucket/path
Structs§
- Storage
Location - Storage location with backend type and path information
Enums§
- Storage
Error - Error type for storage operations
Functions§
- create_
async_ store - Create an async storage backend from a URL or path.
- is_
remote_ url - Check if a location is a remote (cloud) URL