BaseObjectStorage
object_exists
- file_path (PurePath): The path to the object in the storage.
canonicalize_path
put_file
- file_path (PurePath): The path to the object in the storage.
- file (File): The file to be put.
get_file
- file_path (PurePath): The path to the object in the storage.
upload_file
- local_file_path (Path): The path to the local file to be uploaded.
- remote_file_path (PurePath): The path to the object in storage.
download_file
- local_file_path (Path): The path to the local file to be saved.
- remote_file_path (PurePath): The path to the object in storage.