Fixed minio
This commit is contained in:
@ -40,14 +40,14 @@
|
||||
{
|
||||
"id": "$$cap_access_key",
|
||||
"label": "Minio Access Key",
|
||||
"defaultValue": "latest",
|
||||
"defaultValue": "",
|
||||
"description": "Username to access minio server",
|
||||
"validRegex": "/.{5,}/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_secret_key",
|
||||
"label": "Minio Secret Key",
|
||||
"defaultValue": "latest",
|
||||
"defaultValue": "",
|
||||
"description": "Password to access minio server",
|
||||
"validRegex": "/.{8,}/"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user