1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
How do you issue pre-signed URLs?
A 403 error will occur if the request and signature do not match exactly as shown in the stackoverflow answer below.
In other words, you need to check not only the request parameters but also how to create the pre-signed URL.
https://stackoverflow.com/questions/46869962/getting-403-forbidden-when-uploading-to-s3-with-a-signed-url
Relevant content
- asked 2 years ago
- asked 2 months ago
- asked 5 years ago

I copied the pre-signed URL from the UI console.