Closed hlubek closed 2 years ago
Hi @hlubek thanks a lot for your contribution! To be honest, I first needed to check the Content-Disposition
header, as I never used it ;-)
One aspect one could add to the test case is setting Content-Type
and Content-Disposition
in combination. But the code executing should not cause any troubles. Thus LGTM!
The fake S3 server should store the
Content-Disposition
header sent by the client in the object metadata. It is currently filtered (onlyContent-Type
can be set).