Methods
upload
file_path- Path to the local fileupload_file_name- Optional custom name for the file in storage
bool - Success status
download
file_name- Name of the file in storagelocal_dir- Local directory to save the fileforce- Overwrite existing file (default: False)
bool - Success status
list_uploaded_files
list[str] - List of uploaded filenames
list_downloaded_files
list[str] - List of downloaded filenames

