storage_utils
Last updated
Last updated
Utility class for storage-related operations.
Bases: object
Utility class for storage-related operations.
Downloads a file from the specified URL.
Parameters: url (str
) – The URL of the file to download.
Return type: bytes
Returns: The content of the downloaded file.
Raises: – If an error occurs while downloading the file.
Example: