Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendAPI ¶
type BackendAPI interface { PutObject(*types.PutObjectInput) error DeleteObject(*types.DeleteObjectInput) error GetObject(*types.GetObjectInput) (*types.GetObjectOutput, error) GetObjects(*types.GetObjectsInput) (*types.GetObjectsOuput, error) }
func New ¶
func New(options Options) (BackendAPI, error)
New returns client for specific backend - s3 or ssm by default we use SSM once S3 bucket name is specified and no backend chosen we use S3
Click to show internal directories.
Click to hide internal directories.