libera_utils.io.smart_open.is_s3# libera_utils.io.smart_open.is_s3(path: str | Path | S3Path)# Determine if a string points to an s3 location or not. Parameters: path (Union[str, Path, S3Path]) – Path to determine if it is and s3 location or not. Return type: bool