utils# todo: docstring acore_soap_agent.utils.get_object(s3_client: S3Client, s3uri: str) → str[source]# Read an object from S3 and return its text content. acore_soap_agent.utils.put_object(s3_client: S3Client, s3uri: str, body: str)[source]# Store a JSON object to S3.