Documentation ¶ Index ¶ type S3Wrapper func NewS3Wrapper(client client.IS3) *S3Wrapper func (s *S3Wrapper) ClearS3Objects(ctx context.Context, bucketName string, forceMode bool) error func (s *S3Wrapper) ListBucketNamesFilteredByKeyword(ctx context.Context, keyword *string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type S3Wrapper ¶ type S3Wrapper struct { // contains filtered or unexported fields } func NewS3Wrapper ¶ func NewS3Wrapper(client client.IS3) *S3Wrapper func (*S3Wrapper) ClearS3Objects ¶ func (s *S3Wrapper) ClearS3Objects(ctx context.Context, bucketName string, forceMode bool) error func (*S3Wrapper) ListBucketNamesFilteredByKeyword ¶ func (s *S3Wrapper) ListBucketNamesFilteredByKeyword(ctx context.Context, keyword *string) ([]string, error) Source Files ¶ View all Source files s3_wrapper.go Click to show internal directories. Click to hide internal directories.