Documentation
¶
Index ¶
- type S3ObjectStorageAdapter
- func (s S3ObjectStorageAdapter) ConfigureBucket(ctx context.Context, bucket *v1alpha1.Bucket) error
- func (s S3ObjectStorageAdapter) CreateBucket(ctx context.Context, bucket *v1alpha1.Bucket) error
- func (s S3ObjectStorageAdapter) DeleteBucket(ctx context.Context, bucket *v1alpha1.Bucket) error
- func (s S3ObjectStorageAdapter) ExistsBucket(ctx context.Context, bucket *v1alpha1.Bucket) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3ObjectStorageAdapter ¶
type S3ObjectStorageAdapter struct {
// contains filtered or unexported fields
}
func NewS3Service ¶
func NewS3Service(s3Client *s3.Client, cloudRegion string) S3ObjectStorageAdapter
func (S3ObjectStorageAdapter) ConfigureBucket ¶
func (S3ObjectStorageAdapter) CreateBucket ¶
func (S3ObjectStorageAdapter) DeleteBucket ¶
func (S3ObjectStorageAdapter) ExistsBucket ¶
Click to show internal directories.
Click to hide internal directories.