Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bucket ¶
func (Bucket) GetTagValue ¶
type BucketList ¶
type BucketList struct {
Items []Bucket
}
type S3Repository ¶
type S3Repository struct {
// contains filtered or unexported fields
}
func NewS3Repository ¶
func NewS3Repository(ctx context.Context, client AwsClient) *S3Repository
func (*S3Repository) GetRegion ¶
func (r *S3Repository) GetRegion() ptypes.AwsRegion
func (*S3Repository) ListBucketsAll ¶
func (r *S3Repository) ListBucketsAll() ([]Bucket, error)
func (*S3Repository) ListBucketsByInput ¶
func (r *S3Repository) ListBucketsByInput(query *s3.ListBucketsInput) ([]Bucket, error)
Click to show internal directories.
Click to hide internal directories.