We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84009cd commit ee868aaCopy full SHA for ee868aa
tencentcloud/common/common.go
@@ -626,7 +626,7 @@ func ShortRegionNameParse(shortRegion string) string {
626
627
func GetAuthFromCAM(roleName string) (camResp *CAMResponse, err error) {
628
url := fmt.Sprintf("http://metadata.tencentyun.com/latest/meta-data/cam/security-credentials/%s", roleName)
629
- log.Printf("[CRITAL] Request CAM security credentials url: %s", url)
+ log.Printf("[CRITAL] Request CAM security credentials url: %s\n", url)
630
// maximum waiting time
631
client := &http.Client{Timeout: 2 * time.Second}
632
req, err := http.NewRequest("GET", url, nil)
0 commit comments