# Functions
NewClientGetter returns a ClientGetter for the given secrets getter.
# Structs
ClientGetterWithSecretGetter gets S3 clients using static credentials retrieved using a Secret getter.
# Interfaces
ClientGetter can obtain S3 and SQS clients.
# Type aliases
Client is an alias for the S3API interface.
ClientGetterFunc allows the use of ordinary functions as ClientGetter.
No description provided by the author
SQSClient is an alias for the S3API interface.