We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
1.2.25
Darwin 24.3.0 arm64 arm
SignatureDoesNotMatch: The Signature you specified is invalid. It might be caused by crypto
No response
node_modules
bun.lockb
The text was updated successfully, but these errors were encountered:
import STS from "qcloud-cos-sts"; STS.getCredential( { secretId: cosConfig.secretId, secretKey: cosConfig.secretKey, policy: policy, durationSeconds: cosConfig.durationSeconds, proxy: cosConfig.proxy, // region: cosConfig.region, // endpoint: 'sts.internal.tencentcloudapi.com', // 支持设置sts内网域名 }, function (err, tempKeys) { if (tempKeys) tempKeys.startTime = startTime; if (err) { reject(err); } else { resolve(tempKeys); } }, ); Use it to upload files
Sorry, something went wrong.
Unable to build
No branches or pull requests
What version of Elysia is running?
1.2.25
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
SignatureDoesNotMatch: The Signature you specified is invalid. It might be caused by crypto
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?No response
The text was updated successfully, but these errors were encountered: