You've already forked VptPassiveAdapter
添加endpoint,测试s3
This commit is contained in:
17
config.yaml
17
config.yaml
@ -3,15 +3,22 @@ api:
|
||||
baseUrl: "http://127.0.0.1:8030/vpt/v1/scenic/3946669713328836608"
|
||||
record:
|
||||
storage:
|
||||
type: "local"
|
||||
path: "/root/opt/"
|
||||
type: "s3"
|
||||
s3:
|
||||
region: us-east-1
|
||||
endpoint: http://192.168.55.101:9000
|
||||
bucket: opt
|
||||
prefix:
|
||||
akId: 5vzfDiMztKO6VLvygoeX
|
||||
akSec: Ot77u2kdVTm8zfQgExFrsm7xlGecxsiR6jk1idXM
|
||||
duration: 60
|
||||
devices:
|
||||
- deviceNo: "34020000001322200001"
|
||||
name: "192.168.55.201"
|
||||
path: "/root/opt/34020000001322200001/"
|
||||
fileName:
|
||||
timeSplit: "-"
|
||||
dateSeparator: "-"
|
||||
fileExt: "dav"
|
||||
unFinExt: "dav_"
|
||||
timeSplit: "_"
|
||||
dateSeparator: ""
|
||||
fileExt: "ts"
|
||||
unFinExt: "ts"
|
Reference in New Issue
Block a user