Documentation ¶
Index ¶
- type MicroObject
- type S3Storage
- func (a *S3Storage) Connect() error
- func (a *S3Storage) GetSignedURL(objectName string) (string, error)
- func (a *S3Storage) HasObject(objectName string) bool
- func (a *S3Storage) ListObjects() []MicroObject
- func (a *S3Storage) RemoveObject(objectName string) (bool, error)
- func (a *S3Storage) Upload(objectName string, data bytes.Buffer) error
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MicroObject ¶ added in v0.2.0
type S3Storage ¶ added in v0.2.0
type S3Storage struct {
// contains filtered or unexported fields
}
func NewAWSStorage ¶ added in v0.2.0
func (*S3Storage) GetSignedURL ¶ added in v0.2.0
func (*S3Storage) ListObjects ¶ added in v0.2.0
func (a *S3Storage) ListObjects() []MicroObject
func (*S3Storage) RemoveObject ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.