I have generated a presigned URL
using boto3
for my flask application. Essentially, the presigned URL is for accessing specific files on my AWS s3
server.
However, whenever I go to the presigned URL, it downloads the file, when I would like it to just display the file in the browser, as you can with local files.
Is there a way to do this? Thanks in advance.