Documentation ¶
Overview ¶
Package s3 implements a sidecred.StateBackend using AWS S3.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3API ¶
type S3API interface { GetObject(input *s3.GetObjectInput) (*s3.GetObjectOutput, error) PutObject(input *s3.PutObjectInput) (*s3.PutObjectOutput, error) }
S3API wraps the interface for the API and provides a mocked implementation.
Click to show internal directories.
Click to hide internal directories.