Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fixup commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Oct 28, 2024
1 parent 50829b6 commit 4d10526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/util/s3client/s3client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func ConfigureTLSTransport(certData []byte, skipTLSValidation bool) *http.Transp
}

func (client *S3Client) CreateBucket(ctx context.Context, bucketName string, params S3Params) error {

input := &s3.CreateBucketInput{
Bucket: &bucketName,
}
Expand Down

0 comments on commit 4d10526

Please sign in to comment.