Overriding file name of an S3 object using pre-signed URL and AWS SDK for JavaScript
When you use pre-signed URL for sharing objects with AWS S3, you can change the default file name (the name of object in bucket) using the header: Content-Disposition.
The Content-Disposition header in HTTP dictates whether the content is displayed i...