· 6 years ago · Mar 19, 2019, 11:56 AM
1 ConfigServiceSettingsCos:
2 description: ÐаÑтройки ÑервиÑа COS Ð´Ð»Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¸
3 allOf:
4 - $ref: '#/components/schemas/ConfigServiceSettings'
5 - properties:
6 s3:
7 type: object
8 properties:
9 endpoint:
10 type: string
11 example: 'http://cos.ngenix.net'
12 bucket:
13 type: string
14 example: 'sXXXXX'
15 credentials:
16 type: object
17 properties:
18 userName:
19 type: string
20 example: sXXXXX
21 accessKey:
22 type: string
23 example: foo
24 secretKey:
25 type: string
26 example: bar
27 modelName:
28 type: string
29 example: ConfigServiceSettingsCos
30 links:
31 properties:
32 self:
33 type: string
34 example: https://api.ngenix.net/api/v3/config/1234/service/cos