stilt.store.FsspecStore#
- class stilt.store.FsspecStore(root: 'str', cache_dir: 'str | Path | None' = None) 'None'[source]#
Store backed by an
fsspecfilesystem (s3://,gs://,memory://, …).local_pathdownloads throughsimplecacheinto cache_dir (a temp directory when omitted).
Methods#
|
Return whether the key has been written. |
|
Download the key to the cache and return the local path. |
|
Upload a finished local file to the key; a missing source is ignored. |
|
Read the key's bytes from the remote filesystem. |
|
Write bytes to the key, creating parent prefixes. |