I am creating PresignedRequest using AWS SDK in php.
I have Url like :
https://test.s3.us-east-1.amazonaws.com/hmtest/img/44 46.pdf
after presigned I am getting:
https://test.s3.amazonaws.com/hmtest/img/44 46.pdf?**************************
Can anyone has idea and this happen to specific us-east-1
region only?
Is there any way so that I can pass region manually in PresignedRequest
creation call? Or any other way to handle it?
Recognized by AWS