update config_util.rs
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
{
|
||||
"oss_config": {
|
||||
"endpoint": "",
|
||||
"access_key_id": "",
|
||||
"access_key_secret": "",
|
||||
"bucket": "",
|
||||
"path": ""
|
||||
"endpoint": "_endpoint",
|
||||
"access_key_id": "_keyid",
|
||||
"access_key_secret": "_keysecret",
|
||||
"bucket": "_bucket",
|
||||
"path": "_path"
|
||||
},
|
||||
"host": "sample_host",
|
||||
"encrypt_pubkey_file": "",
|
||||
"encrypt_pubkey_file": "_enc",
|
||||
"items": [
|
||||
{
|
||||
"oss_config": null,
|
||||
"target": "",
|
||||
"file_name": "sample_file",
|
||||
"file_name": "sample_file"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user