mozillazg / go-cos

腾讯云对象存储服务 COS(Cloud Object Storage) Go SDK(XML API)
https://godoc.org/github.com/mozillazg/go-cos
MIT License
88 stars 26 forks source link

临时密钥的过期时间如何设置? #19

Closed 23233 closed 5 years ago

23233 commented 5 years ago

临时密钥官方文档上有说可以指定 durationSeconds 字段设置过期时间 但是我看demo以及配置项 都没有看到如何设置,请教一下,谢谢!

官方文档

mozillazg commented 5 years ago

@23233 你可以在下面这个页面获取到获取临时密钥的 demo 代码,页面左边有个 DurationSeconds 的输入框输入一个数字就可以看到代码中怎么配了(右边选择 go 语言)。

https://console.cloud.tencent.com/api/explorer?Product=sts&Version=2018-08-13&Action=GetFederationToken&SignVersion=

23233 commented 5 years ago

感谢,我明了了!