Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketManager ¶
type BucketManager struct {
// contains filtered or unexported fields
}
func NewBucketManager ¶
func NewBucketManager(region string) BucketManager
func (BucketManager) IsInRegion ¶
func (u BucketManager) IsInRegion(bucket string) bool
type Buckets ¶
type Buckets struct {
// contains filtered or unexported fields
}
func NewBuckets ¶
func NewBuckets(client bucketsClient, logger logger, manager bucketManager) Buckets
Click to show internal directories.
Click to hide internal directories.