# Functions
NewClient returns a new S3 Client, configuration is read from env variables or configuration files, see https://docs.aws.amazon.com/sdkref/latest/guide/creds-config-files.html.
# Constants
DefaultRetries is the number of retries for a S3 upload until an error is raised.
# Interfaces
Logger defines the interface for an S3 logger.