Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetObject(bucketName, objectName string) (Object, error) RemoveObject(bucketName, key string) error }
Client is a interface to interact with a S3 object store
Click to show internal directories.
Click to hide internal directories.