Documentation ¶ Index ¶ func Create(service string) (types.Provider, error) type S3 func (s *S3) GetAsset(name string, writer io.Writer) error func (s *S3) GetCurrentVersion() (types.Version, error) func (s *S3) PushAsset(name string, reader io.Reader) error func (s *S3) PushVersion(v types.Version) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Create ¶ func Create(service string) (types.Provider, error) Types ¶ type S3 ¶ type S3 struct { // contains filtered or unexported fields } func (*S3) GetAsset ¶ func (s *S3) GetAsset(name string, writer io.Writer) error func (*S3) GetCurrentVersion ¶ func (s *S3) GetCurrentVersion() (types.Version, error) func (*S3) PushAsset ¶ func (s *S3) PushAsset(name string, reader io.Reader) error func (*S3) PushVersion ¶ func (s *S3) PushVersion(v types.Version) error Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.