Writing test cases to test file upload functionality using presigned url. I am running localstack in docker local as aws environment. I am able to test direct upload to local stack, however when I try to upload using presigned url it is failing as my presigned url is generated with https and my local stack is running on http.
Any suggestions on how to test in local?