I am need to upload file to S3 using CURL via POST in my protractor E2E test I would like to understand if it is possible to do it that way .
Asked
Active
Viewed 222 times
0
-
[AWS SDK for Node](https://aws.amazon.com/sdk-for-node-js/), [How to make a POST request in Node](https://stackoverflow.com/questions/6158933/how-to-make-an-http-post-request-in-node-js). Also what have you tried? – Gunderson Apr 19 '18 at 15:47
-
this is great. I have tried using "request" package. Wasn't successful though – Ninja Apr 19 '18 at 16:07
-
@Ninja have you found a solution? – kapperkp May 18 '20 at 14:27