Skip to content

Commit fe8dec4

Browse files
committed
fix 直传签名
1 parent 5532c7d commit fe8dec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OssClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ public string GetFileDownloadLink(BucketInfo bucket, string storeKey, int expire
268268
public string ComputePostSignature(string policy)
269269
{
270270
string sign = ServiceSignature.Create().ComputeSignature(
271-
_requestContext.OssCredential.AccessKeyId, policy);
271+
_requestContext.OssCredential.AccessKeySecret, policy);
272272

273273
return sign;
274274
}

0 commit comments

Comments
 (0)