cloud_fs.filesystems.BaseFileSystem

class BaseFileSystem(path)[source]

Bases: abc.ABC

Abstract Base class for handling filesystem operations

Parameters

path (str) – File path

Methods

Attributes

operations

Available filesystem operations

path

File path to perform filesystem operation on

property path

File path to perform filesystem operation on

Returns

str

property operations

Available filesystem operations

Returns

list