Skip to content

Commit

Permalink
Add scs service
Browse files Browse the repository at this point in the history
  • Loading branch information
duanliguo committed Jul 3, 2020
1 parent 05f1d3c commit 3de3acc
Show file tree
Hide file tree
Showing 8 changed files with 941 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ bce-sdk-go
| |--cfc //函数计算
| |--eip //弹性公网IP
| |--etGateway //专线网关
| |--scs //SCS服务目录
| |--sts //STS服务目录
| |--vca //VCA服务目录
| |--vcr //VCR服务目录
Expand Down Expand Up @@ -232,6 +233,7 @@ SSL证书服务 | CERT | github.com/baidubce/bce-sdk-go/services/cert | [CERT.md
函数计算 | CFC | github.com/baidubce/bce-sdk-go/services/cfc | [CFC.md](./doc/CFC.md)
弹性公网IP | EIP | github.com/baidubce/bce-sdk-go/services/eip | [EIP.md](./doc/EIP.md)
专线网关 | EtGateway | github.com/baidubce/bce-sdk-go/services/etGateway | [ETGateway.md](./doc/ETGateway.md)
分布式缓存服务 | SCS | github.com/baidubce/bce-sdk-go/services/scs | [SCS.md](./doc/SCS.md)
安全Token服务| STS | github.com/baidubce/bce-sdk-go/services/sts | [STS.md](./doc/STS.md)
视频内容分析 | VCA | github.com/baidubce/bce-sdk-go/services/vca |
视频内容审核 | VCR | github.com/baidubce/bce-sdk-go/services/vcr |
Expand Down
2 changes: 1 addition & 1 deletion bce/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

// Constants and default values for the package bce
const (
SDK_VERSION = "0.9.11"
SDK_VERSION = "0.9.12"
URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
DEFAULT_DOMAIN = "baidubce.com"
DEFAULT_PROTOCOL = "http"
Expand Down
Loading

0 comments on commit 3de3acc

Please sign in to comment.