Can't download files with presigned URL
See original GitHub issueAfter upgrading to 8.3.4 version, any attempt to download a file with presigned URLs fails with error:
<Error>
<Code>AccessDenied</Code>
<Message>There were headers present in the request which were not signed</Message>
<Key>6142949676471660040_121.jpg</Key>
<BucketName>testing-incoming</BucketName>
<Resource>/6142949676471660040_121.jpg</Resource>
<RequestId>16BCEA5AC683F9AE</RequestId>
<HostId>bf97ca14-e8b3-414f-9dea-de47d980c1c8</HostId>
</Error>
Same java library is used to generate the URL and then download.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Cannot download file with presigned url to remote server ...
Since I am using a presigned url it already has the required authorization & signature headers to download the file.
Read more >Resolve Files Not Downloading In Amazon (AWS)
Steps To Follow If Files Are Not Downloading & Displaying Access Denied Message ... Generate a pre-signed URL for the Amazon S3 object....
Read more >Sharing objects using presigned URLs - AWS Documentation
Describes how to set up your objects so that you can share them with others by creating a presigned URL to download the...
Read more >bug: Cannot donwload S3 files uploaded with a pre-signed ...
I am uploading files to S3 using pre-signed URLs. ... Second surprising behaviour: I cannot download a file from my localstack S3 bucket ......
Read more >Download file using pre-signed URL - Amazon API Gateway p11
In this tutorial, I have demonstrated how to download a file from the S3 bucket using a pre-signed URL via API Gateway.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
See the example here
Thanks, will follow this guidance.