# Functions
NewClient returns a new client which uses the given 'serviceAPI', in general this should be the one created using the 's3.New' function exposed by the SDK.
# Constants
MaxUploadParts is the maximum number of parts for a multipart upload in AWS.
MinUploadSize is the minimum size for a multipart upload in AWS.
PageSize is the default page size used by AWS.
# Structs
Client implements the 'objcli.Client' interface allowing the creation/management of objects stored in AWS S3.
ClientOptions encapsulates the options for creating a new AWS Client.