Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jan 9, 2025
1 parent a86eeeb commit df17fce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/handlers/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,6 @@ func registerMinIOWebhook(name string, token string, minIO *types.MinIOProvider,

// TODO pass the user UID string
func enableInputNotification(minIOClient *s3.S3, arnStr string, bucket string, path string) error {
// path := strings.Trim(input.Path, " /")
// // Split buckets and folders from path
// splitPath := strings.SplitN(path, "/", 2)
// Get current BucketNotificationConfiguration
gbncRequest := &s3.GetBucketNotificationConfigurationRequest{
Bucket: aws.String(bucket),
}
Expand Down

0 comments on commit df17fce

Please sign in to comment.