Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Connection ¶
type S3Connection struct {
// contains filtered or unexported fields
}
func NewS3Connection ¶
func NewS3Connection(s3cfg S3Config) (*S3Connection, error)
func (*S3Connection) Delete ¶
func (conn *S3Connection) Delete(key string) error
func (*S3Connection) Head ¶
func (conn *S3Connection) Head(key string) (*s3.HeadObjectOutput, error)
Click to show internal directories.
Click to hide internal directories.