fraudtwin.storage#
Local and fsspec-backed scale storage.
Status: Stable
Classes#
S3/MinIO-compatible publisher backed by optional fsspec. |
|
Filesystem implementation used by default and in CI. |
|
|
Port used to publish a completed scale run. |
Functions#
|
Resolve a configured storage backend without importing optional packages. |
Detailed API#
Storage ports for disk-first M18 runs.
The generator writes to a local staging directory and publishes completed files through this small adapter. Local storage is dependency-free; URI-based storage imports fsspec lazily and is therefore optional.
- class fraudtwin.storage.FsspecScaleStorage(uri)[source][source]
Bases:
objectS3/MinIO-compatible publisher backed by optional fsspec.
- Parameters:
uri (str)
- class fraudtwin.storage.LocalScaleStorage[source][source]
Bases:
objectFilesystem implementation used by default and in CI.