Python SDK Reference
filesystems
prefect.filesystems
Classes
ReadableFileSystem
WritableFileSystem
ReadableDeploymentStorage
WritableDeploymentStorage
LocalFileSystem
Store data as a file on a local file system.
Methods:
cast_pathlib
RemoteFileSystem
Store data as a file on a remote file system.
Supports any remote file system supported by fsspec
. The file system is specified
using a protocol. For example, “s3://my-bucket/my-folder/” will use S3.
Methods:
check_basepath
filesystem
SMB
Store data as a file on a SMB share.
Methods:
basepath
filesystem
NullFileSystem
A file system that does not store any data.