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
Hello, I'm not sure this is related to this package, but since this is my first time using aliyun OSS, and mostly the docs are in china, I can't figure it myself.
Please take a look with these two URLs
Presigned URL without custom domain (working fine)
Those url I've created using Official AWS SDK for Go v2 and using V4 signing method, and of course, I've already map those domain in Bucket Domain Names. Why I'm getting SignatureDoesNotMatch when using custom domain?
The interesting part is, if I'm using V2 signing method, it's working fine with custom domain.
Hello, I'm not sure this is related to this package, but since this is my first time using aliyun OSS, and mostly the docs are in china, I can't figure it myself.
Please take a look with these two URLs
Presigned URL without custom domain (working fine)
Presigned URL with custom domain (got
SignatureDoesNotMatch
)Those url I've created using Official AWS SDK for Go v2 and using
V4 signing method
, and of course, I've already map those domain in Bucket Domain Names. Why I'm gettingSignatureDoesNotMatch
when using custom domain?The interesting part is, if I'm using
V2 signing method
, it's working fine with custom domain.Does the custom domain only support presigned URLs with AWS V2 signing method?
The text was updated successfully, but these errors were encountered: