Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkency/heroku-buildpack-cdn-manifest
https://github.com/arkency/heroku-buildpack-cdn-manifest
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/heroku-buildpack-cdn-manifest
- Owner: arkency
- License: mit
- Created: 2022-02-08T12:08:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T13:28:56.000Z (about 1 year ago)
- Last Synced: 2023-11-13T14:45:02.285Z (about 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 2
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=...