I’m trying to update a local JPG image file into an S3 bucket using the REST PUT request and Axios. I managed to send the PUT request and to get a positive answer from AWS S3 Service but what it’s been upload is not a JPG file but a JSON file. This is the code that I’m using: I have