# Functions
ConfigCredentials returns cfg.Credentials.
ConfigFromURLParams returns an aws.Config initialized based on the URL parameters in q.
NewDefaultSession returns a *session.Session using the default options.
NewDefaultV2Config returns a aws.Config for AWS SDK v2, using the default options.
NewSessionFromURLParams returns an session.Session with session.Options initialized based on the URL parameters in q.
SessionConfig returns sess.Config.
UseV2 returns true iff the URL parameters indicate that the provider should use the AWS SDK v2.
V2ConfigFromURLParams returns an aws.Config for AWS SDK v2 initialized based on the URL parameters in q.
# Variables
DefaultSession is a Wire provider set that provides a *session.Session using the default options.
# Structs
ConfigOverrider implements client.ConfigProvider by overlaying a list of configurations over a base configuration provider.