Skip to content

Commit 4e180d1

Browse files
committed
remove test code to fix tests
Signed-off-by: Pankaj Walke <[email protected]>
1 parent d2b767a commit 4e180d1

File tree

1 file changed

+0
-4
lines changed
  • pkg/cloud/services/s3

1 file changed

+0
-4
lines changed

pkg/cloud/services/s3/s3.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ func NewService(s3Scope scope.S3Scope) *Service {
8282
// ReconcileBucket reconciles the S3 bucket.
8383
func (s *Service) ReconcileBucket(ctx context.Context) error {
8484
if !s.bucketManagementEnabled() {
85-
bucketName := "abcdef-test-cluster-123456789"
86-
if err := s.createBucketIfNotExist(ctx, bucketName); err != nil {
87-
return errors.Wrap(err, "ensuring bucket exists")
88-
}
8985
return nil
9086
}
9187

0 commit comments

Comments
 (0)