Looking for an npm package, that provides AWS S3 API functionality in the JavaScript world. Existing solutions are either too fat (the ones from aws), or are not well maintained. I have spent a considerable amount of time searching, but I wasn't able to find a good alternative.
I don't see why something that just provides an interface to these methods: AWS S3 REST API needs to be so heavy (as 3 MB solution from AWS). It wouldn't be too hard to write my own wrapper for these REST methods, but I believe it has been done many times before me, I'm just not hitting it for some reason.