Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDefaultConfig ¶
LoadDefaultConfig is a mock for config.LoadDefaultConfig
func WithRetryer ¶
WithRetryer is a mock for config.WithRetryer
Types ¶
type Client ¶
type Client struct{}
Client is a mock service client
func NewFromConfig ¶
NewFromConfig is a mock client constructor
func (Client) GetObject ¶
func (Client) GetObject(context.Context, *GetObjectInput, ...func(*Options)) (o *GetObjectOutput, err error)
GetObject is a mock GetObject API
type GetObjectInput ¶
GetObjectInput is mock input
type NoSuchBucketException ¶
type NoSuchBucketException struct{}
NoSuchBucketException is a mock error
func (*NoSuchBucketException) Error ¶
func (*NoSuchBucketException) Error() string
Error is a mock error message
func (*NoSuchBucketException) ErrorCode ¶
func (*NoSuchBucketException) ErrorCode() string
ErrorCode is a mock error code
Click to show internal directories.
Click to hide internal directories.