-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
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
[Bug]: presigned S3 upload URL from aws_devicefarm_upload has wrong signature #30727
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @martinhelfert 👋 Thank you for taking the time to raise this! Am I understanding correctly that if you take the value returned from |
Since we haven't heard back, I'm going to close this issue. If you're still having trouble, please feel free to open a new issue, referencing this one for context as needed. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform Core Version
1.3.6
AWS Provider Version
4.62.0
Affected Resource(s)
aws_devicefarm_upload
Expected Behavior
aws_devicefarm_upload should return a presigned URL where I can upload a file to using curl.
Actual Behavior
The returned presigned URL seems to be correct, but when uploading to it, it fails with a
SignatureDoesNotMatch
error.When using the aws cli tool (
aws devicefarm create-upload
) instead, the returned URL is working.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: