Skip to content

Commit df17fce

Browse files
remove comment
1 parent a86eeeb commit df17fce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/handlers/create.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,6 @@ func registerMinIOWebhook(name string, token string, minIO *types.MinIOProvider,
618618

619619
// TODO pass the user UID string
620620
func enableInputNotification(minIOClient *s3.S3, arnStr string, bucket string, path string) error {
621-
// path := strings.Trim(input.Path, " /")
622-
// // Split buckets and folders from path
623-
// splitPath := strings.SplitN(path, "/", 2)
624-
// Get current BucketNotificationConfiguration
625621
gbncRequest := &s3.GetBucketNotificationConfigurationRequest{
626622
Bucket: aws.String(bucket),
627623
}

0 commit comments

Comments
 (0)