heroku-buildpack-php icon indicating copy to clipboard operation
heroku-buildpack-php copied to clipboard

Experiment with using htcat for downloading vendor binaries from S3

Open CHH opened this issue 12 years ago • 0 comments

htcat could yield massive performance increases when deploying, let's check this out instead of curl.

Tasks:

  • [ ] Prebuild htcat for Heroku
  • [ ] Switch curl | tar calls to htcat

CHH avatar Aug 07 '13 08:08 CHH