node-s3-uploader
node-s3-uploader copied to clipboard
Example usage
Some more examples on how to use the s3-uploader would be nice. Maybe in an example folder, that way we can more easily integrate them with the test suite making sure no example gets broken between releases.
While figuring out the broken cache property in the readme was not working I was thinking about an examples folder as well yesterday!
Do you mean a couple of functional tests that could serve as documentation as well? Like: is the image actually uploaded to path n on aws, are the cache headers actually set to n?
Yes. The thought was to move the Integration Tests as separate examples in the example directory, and add some more usable examples as well, and have a way to integrate them back into the test suite.