Storage Credentials

Models

class wrapica.storage_credentials.StorageCredentialMappingModel

Bases: TypedDict

id: str
name: str
s3UriList: List[S3UriListModel]

Functions

wrapica.storage_credentials.get_relative_path_from_credentials_prefix(storage_credential_id, s3_uri)

Get the appropriate mount path for an analysis given a storage credential id and an s3 uri :type storage_credential_id: Union[UUID, str] :param storage_credential_id: :type s3_uri: str :param s3_uri: :rtype: str :return:

wrapica.storage_credentials.get_storage_credential_id_from_s3_uri(s3_uri)

Get the storage credential id from an s3 uri :type s3_uri: str :param s3_uri: :rtype: Optional[str] :return: