Using Signed Requests With Aws S3 And Uploading Photos?
So I have a react native application that's kind of like slack and I'm trying to do image uploads to s3. I went with getSignedUrl route. So the client pics a photo, fetches a sign
Solution 1:
You need to change content type from image to supported xml format if you want it to be displayed in browser.
Refer this and set content type accordingly.
Post a Comment for "Using Signed Requests With Aws S3 And Uploading Photos?"