Skip to content

Commit

Permalink
add new erasure subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 19, 2024
1 parent 711c352 commit 1e18d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parse-config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (c) 2015-2022 MinIO, Inc.
// Copyright (c) 2015-2024 MinIO, Inc.
//
// This file is part of MinIO Object Storage stack
//
Expand Down Expand Up @@ -71,6 +71,7 @@ const (

BrowserSubSys = "browser"
AuditEventQueueSubSys = "audit_event_queue"
ErasureSubSys = "erasure"
)

// SubSystems - list of all subsystems in MinIO
Expand Down Expand Up @@ -154,6 +155,7 @@ var EOSSubSystems = set.CreateStringSet(
LambdaWebhookSubSys,
BrowserSubSys,
AuditEventQueueSubSys,
ErasureSubSys,
)

// Standard config keys and values.
Expand Down

0 comments on commit 1e18d0d

Please sign in to comment.