Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Sink ¶
type S3Sink struct {
// contains filtered or unexported fields
}
func NewS3Sink ¶
NewS3Sink() returns an S3Sink pointing to the specified bucket and prefix.
Prefix is optional, but if specified, it should probably end with a "/".
func (*S3Sink) WriteBundleFile ¶
func (sink *S3Sink) WriteBundleFile(filename string) (io.WriteCloser, error)
WriteBundleFile() implements the aws_bundle.Sink interface.
Click to show internal directories.
Click to hide internal directories.