Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
SDKClient
CryptoClient
}
type ClientImpl ¶
type ClientImpl struct {
SDKClient
CryptoClient
}
type CryptoClient ¶
type CryptoClient interface {
GetObjectWithPSK(*s3.GetObjectInput, []byte) (*s3.GetObjectOutput, error)
PutObjectWithPSK(*s3.PutObjectInput, []byte) (*s3.PutObjectOutput, error)
}
type SDKClient ¶
type SDKClient interface {
GetObject(*s3.GetObjectInput) (*s3.GetObjectOutput, error)
PutObject(*s3.PutObjectInput) (*s3.PutObjectOutput, error)
GetObjectWithContext(aws.Context, *s3.GetObjectInput, ...reqst.Option) (*s3.GetObjectOutput, error)
}
Click to show internal directories.
Click to hide internal directories.