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 signed url to the bucket then changes the url on the server for that user then a put request to the signed url that was fetched. It mostly works the files get in the right bucket and they are photos. but A) the link makes me download the file instead of displaying it in browser. B) the file isn't an image...its an xml