Not able to download the file (from aws s3 bucket) using Jmeter 3.1.
We have scenario where when requested download api>response shows aws s3 bucket link (very lengthy link with signatures and all)> if copy paste this link in a browser>able to download load .zip file. To achieve the same thing in Jmeter followed below steps: 1. Run HTTP GET request for download api 2. Capture the response which has url of s3 bucket 3. Pass this url to next HTTP request and add save response to a file listener for this request>add view results tree 4. Getting an error as:
<?xml version="1.0" encoding="UTF-8"?>
SignatureDoesNotMatch
The request signature we calculated does not match the signature you provided. Check your key and signing method.ASyyPZJxxxEBAGET
Whereas if i manually copy the response s3 url and paste it on any browser without any authenticaion/auth it is getting downloaded.
Please guide.