Versions in this module Expand all Collapse all v1 v1.50.8 Feb 1, 2024 v1.0.1 Nov 1, 2023 Changes in this version + func LoadDefaultConfig(context.Context, ...func()) (cfg aws.Config, err error) + func WithRetryer(v func() aws.Retryer) (f func()) + type Client struct + func NewFromConfig(aws.Config, ...func(options *Options)) Client + func (Client) GetObject(context.Context, *GetObjectInput, ...func(*Options)) (o *GetObjectOutput, err error) + type GetObjectInput struct + Bucket *string + Key *string + type GetObjectOutput struct + type NoSuchBucketException struct + func (*NoSuchBucketException) Error() string + func (*NoSuchBucketException) ErrorCode() string + type Options struct + Retryer aws.Retryer