Module markov.api.credentials

Sub-modules

markov.api.credentials.credential

Functions

def register_s3_credentials(access_key: str, access_secret: str, name: str, notes: str = '') ‑> CredRegistrationResponse

Register S3 credentials with MarkovML

Args

access_key : str
valid access_key to access the file from s3 location for tracking and analysis
access_secret : str
valid access_secret to access the file from S3 location for tracking and analysis
name : str
friendly memoriable name of this S3Credential for easy recall
notes : str
any detailed info about this object

Returns

CredRegistrationResponse