Fixed minio
This commit is contained in:
parent
23a6ea2939
commit
0e120c292e
|
|
@ -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,}/"
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in New Issue