jaredramirez / elm-s3

Uploading files to S3 quick and easy
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

expose HTTP request #6

Closed toastal closed 4 years ago

toastal commented 4 years ago

I gave it a go. Feel free to make amendments. Fixes #5

I do think it may be better to expose the timeout for the task version for completeness though.

Also this is just the HTTP request for File upload. It'd be wiser to expose something more generic as well to be able to do things like query a folder, delete object, etc.

jaredramirez commented 4 years ago

@toastal Made a few changes to the API then just released 1.1.0!