api - how to use POSTMAN app to upload FILES to Amazon S3 -


i have rather simple task. want test uploading file using postman amazon s3 bucket. postman keeps erroring out saying "could not response". screenshot of postman configuration below... ideas why can't simple upload s3? (yes signing credentials correct)

enter image description here

i know old post in case got stuck in same issue.

in screenshot second reason issue might ssl , issue. don't know why; aws providing s3 objects self-signed ssl certificates , blocked chrome browser. if copy url postman browser that.

enter image description here

following blog post postman here solve issue depending on os.

summing solution windows (other platforms on blog link):

  1. copy url chrome browser , proceed anyway.
  2. click on lock icon @ beside link , save certificate.

enter image description here

  1. go chrome > settings, search ssl (chrome://settings/search#ssl) , click on manage certificates.

enter image description here

  1. import certificate , restart both chrome , postman

enter image description here

  1. use link again in postman , work.

Comments