Is there a way to add dynamic headers to an s3 Object by query string. Something like
_://s3.amazonaws.com/mybucket/myFile.png?headers=MyCustomHeader_Myvalue
Solved.
Found the Solution in the s3 Get Obejct docs
Using the header response-content-disposition=attachment; filename='mycustomFileName'
On the Request does the trick