# Functions
GetObject downloads from an s3 bucket an object identified by its key and returns its content in raw format, as an array of bytes.
GetObject downloads from an s3 bucket an object identified by its key and returns its content as a string.
ListObjects will retrieve the list of object keys that begins with the given keyPrefix.
PutObject uploads an object to a bucket and returns the url of the object created on s3.