Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-gao committed Feb 27, 2024
1 parent d10e2cb commit 85b2b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/signv4/signv4.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ func main() {
}

func CreateSignV4Consumer() {
accessKeyId, accessKeySecret := "", "" // replace with your access key and secret
endpoint := "cn-hangzhou-share.log.aliyuncs.com" // replace with your endpoint
region, err := util.ParseRegion(endpoint) // parse region from endpoint
accessKeyId, accessKeySecret := "", "" // replace with your access key and secret
endpoint := "cn-hangzhou-intranet.log.aliyuncs.com" // replace with your endpoint
region, err := util.ParseRegion(endpoint) // parse region from endpoint
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 85b2b74

Please sign in to comment.