Module storage

Module storage 

Source
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§

StorageLocation
Storage location with backend type and path information

Enums§

StorageError
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