mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
Move config to v7 to fix previous v6 bug on null Notification entries. (#2650)
Thanks to @koolhead17 for reporting this.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const (
|
||||
|
||||
// minio configuration related constants.
|
||||
const (
|
||||
globalMinioConfigVersion = "6"
|
||||
globalMinioConfigVersion = "7"
|
||||
globalMinioConfigDir = ".minio"
|
||||
globalMinioCertsDir = "certs"
|
||||
globalMinioCertFile = "public.crt"
|
||||
|
||||
Reference in New Issue
Block a user