mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
Allow metadata updates on meta bucket even in WORM mode (#8657)
This ensures that we can update the - .minio.sys is updated for accounting/data usage purposes - .minio.sys is updated to indicate if backend is encrypted or not.
This commit is contained in:
@@ -266,7 +266,6 @@ var (
|
||||
// list. Feel free to add new relevant fields.
|
||||
func getGlobalInfo() (globalInfo map[string]interface{}) {
|
||||
globalInfo = map[string]interface{}{
|
||||
"isWorm": globalWORMEnabled,
|
||||
"serverRegion": globalServerRegion,
|
||||
// Add more relevant global settings here.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user