Error: Invalid protocol: "https:

My question:
Hello Everyone,
I am trying to post an image to my s3 bucket using postman, using the link of the image as generated by postman, I used the “put” function to push the image to my s3 bucket and I am sure the URL is correct but I get this error "Invalid protocol: “HTTPS” ",
I have attached a screenshot below.

How do I resolve the error and get postman to send this image to my s3 bucket?

I have tried using HTTP instead of HTTPS but still got the same error.

Hi,
what about in url field which is next to method dropdown fill https… instead of {“url”: "https…

^^ As @mhers said.

Your PUT URL looks wrong, it has special characters in there.
Pretty sure you would need to remove these.

Try changing your URL to “https://myS3url.com/myImage.jpg”