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
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
I'm trying to push a file to AWS S3 bucket using a AWS restapi. I was able to use GET method to view bucket successfully. But hen try to push a file I get errors. This works in postman though. When provided following values/parameters, file should be pushed to S3 bucket
Auth_Type: AWS
Access Key ID : <Key ID>
SECRET ACCESS KEY : <S_KEY_ID>
Headers:
x-amz-server-side-encryption-aws-kms-key-id: <KMS Key ID>
x-amz-server-side-encryption: aws:kms
Content-Type: application/pdf
Body: Select Binary File
Select the binary file you need. I selected a pdf file
Actual Behavior
When I click Send, I get ;
_
AWS authentication not supported for provided body type
_
If I remove the file from the Body, U get following erro
<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>AccessDenied</Code>
<Message>There were headers present in the request which were not signed</Message>
<HeadersNotSigned>x-amz-server-side-encryption-aws-kms-key-id, x-amz-server-side-encryption</HeadersNotSigned>
<RequestId>EVF7CZD37D8E9CCV</RequestId>
<HostId>brD9BEa6GUpbZv/POyFP4bLBegEvknFWYJs+VPTXWXbzcyOADokrXZieVYVFIRuDBJnhg5rR0A8=</HostId>
</Error>
Reproduction Steps
Select Method : PUT
Type the AWS S3 URL box. https://<S3_bucket_Name>.s3.eu-central-1.amazonaws.com/Test.pdf
Select Auth Type as "AWS"
Provide, Access KEY ID, SECRET ACCESS KEY, REGION and SERVICE(S3)
Go to Headers tab and Add Content-Type => application/pdf, x-amz-server-side-encryption-aws-kms-key-id => <KMS_KEY_ID>, x-amz-server-side-encryption => aws:kms
Click Send
Now you will get the first error in Actual Behavior
Now remove the File from the body and click send. You will get the second error from the Actual Behavior
Expected Behavior
I'm trying to push a file to AWS S3 bucket using a AWS restapi. I was able to use GET method to view bucket successfully. But hen try to push a file I get errors. This works in postman though. When provided following values/parameters, file should be pushed to S3 bucket
Actual Behavior
When I click Send, I get ;
_
_
If I remove the file from the Body, U get following erro
Reproduction Steps
Now you will get the first error in Actual Behavior
Now remove the File from the body and click send. You will get the second error from the Actual Behavior
Is there an existing issue for this?
Additional Information
No response
Insomnium Version
Insomnium 0.2.3-a, Build Date: 29/10/2023
What operating system are you using?
Windows
Operating System Version
Windows 10 Enterprise
Installation method
Downloaded from Internet
Last Known Working Insomnium version
N/A
The text was updated successfully, but these errors were encountered: