Unexpected key 'Conditions' found in params when using s3.getSignedUrl #4167
Unanswered
hamzahamidi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm generating presigned URL then upload images to S3 through the generated url. This works fine.
But now, I want to limit the size of files and also add a check on the type of the file when generating the presigned URL.
However, I'm getting the following error:
Is this an expected result of using the
getSignedUrl
? If so, how to limit the size of files and also how to check the type of the file when generating the presigned URL?I'm using
"aws-sdk": "2.654.0"
Node 16.9.1
Beta Was this translation helpful? Give feedback.
All reactions