From 85b2b745a2f650025880d527915455c77d8c702c Mon Sep 17 00:00:00 2001 From: crimson <1291463831@qq.com> Date: Tue, 27 Feb 2024 16:08:13 +0800 Subject: [PATCH] refine --- example/signv4/signv4.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/signv4/signv4.go b/example/signv4/signv4.go index c0a8553a..d2f88a90 100644 --- a/example/signv4/signv4.go +++ b/example/signv4/signv4.go @@ -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) }