libera_utils.io.smart_open.is_s3#

libera_utils.io.smart_open.is_s3(path: str)#

Determine if a string points to an s3 location or not.

Parameters:

path (str or pathlib.Path or cloudpathlib.s3.s3path.S3Path) – Path to determine if it is and s3 location or not.

Return type:

bool