Documentation
¶
Overview ¶
Package s3 adapts AWS S3 to the provider-neutral storage contracts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
// HeadObject returns object metadata.
HeadObject(context.Context, *awss3.HeadObjectInput, ...func(*awss3.Options)) (*awss3.HeadObjectOutput, error)
// GetObject opens an object's contents.
GetObject(context.Context, *awss3.GetObjectInput, ...func(*awss3.Options)) (*awss3.GetObjectOutput, error)
}
Client is the subset of the AWS SDK v2 S3 client used by the reader.
Click to show internal directories.
Click to hide internal directories.