How to enforce Content Type and Content Length Range using PreSignedURL #4247
Unanswered
huzaifaali14
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.
-
Hi, I actually have two questions
Here is what my request looks like.
const command = new PutObjectCommand({ Bucket: bucketName, Key: path, ContentType: 'image/jpeg', ContentLength: 2900000, ACL: 'public-read', });
Beta Was this translation helpful? Give feedback.
All reactions