mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
allow dynamically changing max_object_versions per object (#19265)
This commit is contained in:
@@ -116,5 +116,11 @@ var (
|
||||
Optional: true,
|
||||
Type: "boolean",
|
||||
},
|
||||
config.HelpKV{
|
||||
Key: apiObjectMaxVersions,
|
||||
Description: "set max allowed number of versions per object" + defaultHelpPostfix(apiObjectMaxVersions),
|
||||
Optional: true,
|
||||
Type: "number",
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user