Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkency/heroku-buildpack-cdn-manifest


https://github.com/arkency/heroku-buildpack-cdn-manifest

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# heroku-buildpack-cdn-manifest

Download asset manifest file from CDN host connected to Digital Ocean Spaces. Asset manifest maps filenames with their digested counterparts. It is need on Heroku side, when your digested assets are served solely from CDN asset host.

## Prerequisites

$ heroku buildpacks:add https://github.com/arkency/heroku-buildpack-cdn-manifest
$ heroku config:add AWS_ACCESS_KEY_ID=...
$ heroku config:add AWS_SECRET_ACCESS_KEY=...
$ heroku config:add AWS_REGION=...
$ heroku config:add AWS_BUCKET=...
$ heroku config:add ASSET_MANIFEST_PATH=...