1 Answer
- Newest
- Most votes
- Most comments
0
Hi Cathy,
If you are looking for uploading using presigned URL you can follow this method [1], the way mostly the same.
[1] https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html
If you find this answers helpful, kindly accept the answers.
Attha.
answered 2 years ago
Relevant content
asked 2 years ago

My issue is my external client needs to be able to upload a file with a size of 27MB, we want the pre-signed URL only used once so that the URL can not be re-used by another party. However, with the above approach, the upload request will go through APIG, which may be limited by the 10MB limitation. will the file be attached to the upload request?