123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- ---
- version: 1
- partitions:
- - partition: ksc
- partitionName: KSC China
- dnsSuffix: api.ksyun.com
- regionRegex: "^[a-z]{2,5}\\-\\w+\\-\\d+$"
- defaults:
- # eg: iam.cn-beijing-6.api.ksyun.com
- hostname: "{service}.{dnsSuffix}"
- protocols:
- - http
- - https
- signatureVersions:
- - v4
- regions:
- ksyun-global:
- description: KSYUN partition-global endpoint
- cn-shanghai-2:
- description: China ShangHai (PengBoShi)
- cn-beijing-6:
- description: China Beijing (WuQing)
- cn-beijing-5:
- description: China Beijing (ZaoJunMiao)
- cn-hongkong-2:
- description: China HongKong 2
- cn-hongkong-1:
- description: China HongKong 1
- cn-beijing-1:
- description: China Beijing (YiZhuang)
- cn-beijing-3:
- description: China Beijing
- cn-shanghai-1:
- description: China ShangHai
- cn-shanghai-3:
- description: China ShangHai (PengBoShiVPC)
-
- # services
- services:
- kog:
- defaults:
- credentialScope:
- service: kog
- partitionEndpoint: ksyun-global
- isRegionalized: false
- endpoints:
- ksyun-global:
- hostname: kog.cn-beijing-6.api.ksyun.com
- protocols:
- - http
- - https
- credentialScope:
- region: cn-beijing-6
- iam:
- defaults:
- protocols:
- - http
- - https
- credentialScope:
- # eg: [iam].cn-beijing-6.api.ksyun.com
- service: iam
- # eg: iam.[cn-beijing-6].api.ksyun.com
- partitionEndpoint: cn-beijing-6
- endpoints:
- cn-beijing-6:
- hostname: iam.api.ksyun.com
- ket:
- defaults:
- protocols:
- - http
- credentialScope:
- # eg: [ket].cn-beijing-6.api.ksyun.com
- service: ket
- # eg: ket.[cn-beijing-6].api.ksyun.com
- # partitionEndpoint: cn-beijing-6
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- - https
- cn-shanghai-2:
- protocols:
- - http
- - https
- kec:
- defaults:
- credentialScope:
- service: kec
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- - https
- cn-shanghai-2:
- protocols:
- - http
- - https
- monitor:
- defaults:
- credentialScope:
- service: monitor
- EndpointRegion: cn-beijing-6
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- - https
- cn-shanghai-2:
- protocols:
- - http
- - https
- cn-beijing-5:
- protocols:
- - http
- - https
- offline:
- defaults:
- credentialScope:
- service: offline
- EndpointRegion: cn-beijing-6
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- livetran:
- defaults:
- credentialScope:
- service: livetran
- EndpointRegion: cn-beijing-6
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- kcs:
- defaults:
- credentialScope:
- service: kcs
- endpoints:
- cn-shanghai-3:
- protocols:
- - http
- cn-beijing-1:
- protocols:
- - http
- cn-beijing-3:
- protocols:
- - http
- cn-beijing-6:
- protocols:
- - http
- cn-shanghai-1:
- protocols:
- - http
- cn-shanghai-2:
- protocols:
- - http
- kes:
- defaults:
- credentialScope:
- service: kes
- endpoints:
- cn-shanghai-3:
- protocols:
- - http
- cn-beijing-1:
- protocols:
- - http
- cn-beijing-3:
- protocols:
- - http
- cn-beijing-6:
- protocols:
- - http
- cn-shanghai-1:
- protocols:
- - http
- cn-shanghai-2:
- protocols:
- - http
- tag:
- defaults:
- credentialScope:
- service: tag
- endpoints:
- cn-beijing-6:
- protocols:
- - http
- - https
- cn-shanghai-2:
- protocols:
- - http
- - https
- cdn:
- defaults:
- protocols:
- - http
- - https
- credentialScope:
- service: cdn
- partitionEndpoint: cn-shanghai-1
- endpoints:
- cn-shanghai-1:
- hostname: cdn.api.ksyun.com
|