You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var initUploadRequest = new InitiateMultipartUploadRequest();
var initUploadResult = _ossClient.InitiateMultipartUpload(_aliyunOssConfig.PictureBucketName, key, initUploadRequest);
返回:Tea.TeaException: The request signature we calculated does not match the signature you provided. Check your key and signing method.
一样的client调用PutObjectAsync上传成功
The text was updated successfully, but these errors were encountered:
var initUploadRequest = new InitiateMultipartUploadRequest();
var initUploadResult = _ossClient.InitiateMultipartUpload(_aliyunOssConfig.PictureBucketName, key, initUploadRequest);
返回:Tea.TeaException: The request signature we calculated does not match the signature you provided. Check your key and signing method.
一样的client调用PutObjectAsync上传成功
The text was updated successfully, but these errors were encountered: