We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aliyun-oss-go-sdk/oss/bucket.go
Line 903 in 0fcd445
client, err := oss.New(endpoint, creds.AccessKeyId, creds.AccessKeySecret, oss.SecurityToken(creds.SecurityToken)) if v.Err = err; err != nil { return } bucket, err := client.Bucket(v.Bucket) if v.Err = err; err != nil { return } v.Url, v.Err = bucket.SignURL(v.Obj, oss.HTTPGet, 60*2)
上面生成client用的creds是sts.Credentials,生成的下载连接即使过了很久(远大于2min)还是可以用,不是必现的,偶尔出现,频率还挺高的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aliyun-oss-go-sdk/oss/bucket.go
Line 903 in 0fcd445
上面生成client用的creds是sts.Credentials,生成的下载连接即使过了很久(远大于2min)还是可以用,不是必现的,偶尔出现,频率还挺高的
The text was updated successfully, but these errors were encountered: