Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download or getObject feature #128

Open
levithomason opened this issue Jul 20, 2016 · 0 comments
Open

Download or getObject feature #128

levithomason opened this issue Jul 20, 2016 · 0 comments

Comments

@levithomason
Copy link
Contributor

We're storing css regression reference images (phantomjs screenshots) on S3. I'm using gulp-awspublish to publish them. When running tests, we need to download the reference images first, to compare our test images against the references.

We are currently using vinyl-s3 to download from S3. This allows you to use S3 as a source or destination of vinyl files, replacing gulp.src and gulp.dest in your task. This is really powerful, but does not take advantage of the other great things about gulp-awspublish, like caching, etag comparison, and downstream plugin capabilities.

What are your thoughts on adding some kind of download, getObject, etc. method to accommodate this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant