Filesystems#
Interface#
|
FileSystem entry info. |
|
File and directory selector. |
Abstract file system API. |
Filesystem Implementations#
|
A FileSystem implementation accessing files on the local machine. |
|
S3-backed FileSystem implementation |
|
HDFS backed FileSystem implementation |
|
Delegates to another implementation after prepending a fixed base path. |
To define filesystems with behavior implemented in Python:
|
A FileSystem with behavior implemented in Python. |
An abstract class exposing methods to implement PyFileSystem's behavior. |
|
|
Handler for fsspec-based Python filesystems. |
Utilities#
|
Copy files between FileSystems. |
|
Initialize S3 support |
|
Resolve the S3 region of a bucket. |
|
An enumeration. |