Bases: cloudfusion.store.store.Store
Subclass of Store implementing an interface to the local file system.
-
_get_time_difference()
-
_handle_error(error, stacktrace, method_name, remaining_tries, *args, **kwargs)
Used by retry decorator to react to errors.
-
account_info(*args, **kwargs)
-
create_directory(*args, **kwargs)
-
delete(*args, **kwargs)
-
duplicate(path_to_src, path_to_dest)
-
get_directory_listing(*args, **kwargs)
-
get_file(path_to_file)
-
get_logging_handler()
-
get_max_filesize()
Return maximum number of bytes per file
-
get_metadata(*args, **kwargs)
-
get_name()
-
get_overall_space()
-
get_used_space()
-
move(path_to_src, path_to_dest)
-
store_fileobject(*args, **kwargs)