58 lines
1.4 KiB
PHP
58 lines
1.4 KiB
PHP
<?php
|
|
//URL鉴权主KEY
|
|
//IQVUb1xvC8vOpWjC
|
|
//8n7hfTbqbqaEzXS0
|
|
return [
|
|
[
|
|
'name' => 'accessKeyId',
|
|
'title' => 'accessKeyId',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
// 'value' => 'LTAIkGCQmiZCKhIE',
|
|
'value' => 'LTAI5t5jBJhrf3atYFPL32hP',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
[
|
|
'name' => 'accessKeySecret',
|
|
'title' => 'accessKeySecret',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
// 'value' => 'vvERI6so4cQMdIE0gUbvyAi8oqXOm0',
|
|
'value' => 'pL4mRlTEtTRc4H1TK54956orRpMwCe',
|
|
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
[
|
|
'name' => 'regionId',
|
|
'title' => 'regionId',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
'value' => 'cn-beijing',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
],
|
|
[
|
|
'name' => 'storageLocation',
|
|
'title' => 'storageLocation',
|
|
'type' => 'string',
|
|
'content' => [],
|
|
'value' => 'outin-93133027bfb411ed829000163e10c0b7.oss-cn-beijing.aliyuncs.com',
|
|
'rule' => 'required',
|
|
'msg' => '',
|
|
'tip' => '',
|
|
'ok' => '',
|
|
'extend' => '',
|
|
]
|
|
];
|