mirror of
https://github.com/minio/minio.git
synced 2025-11-10 14:09:48 -05:00
Allow usage check to be configurable (#6006)
This commit is contained in:
committed by
kannappanr
parent
df1b33013f
commit
6fb0604502
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "22",
|
||||
"version": "24",
|
||||
"credential": {
|
||||
"accessKey": "USWUXHGYZQYFYFFIT3RE",
|
||||
"secretKey": "MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03"
|
||||
@@ -16,6 +16,9 @@
|
||||
"expiry": 90,
|
||||
"exclude": []
|
||||
},
|
||||
"usage": {
|
||||
"interval": "3h"
|
||||
}
|
||||
"notify": {
|
||||
"amqp": {
|
||||
"1": {
|
||||
@@ -120,4 +123,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user