Skip to content

AnasAboreeda/heroku-s3-binaries-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heroku S3 Binaries Buildpack

This is a Heroku Buildpack that can download binaries from private Amazon S3-buckets.

It will create a folder called plugins in your root directory and download binaries inside it.

If your binary's extension is .tar.gz it will uncompress it and put the result in the same file.

Usage

  • In your project root directory create a file and call it .plugins and put inside it all binaries you want to download from your bucket (one at each line)
    > binary1.exe
    > binary2.tar.gz
    > binary3.dll
  • In your heroku toolbelt client
    > $ heroku config:add AWS_KEY_ID=xxxxxxxxxxxxxxxxxxxxxxx
    > $ heroku config:add AWS_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxx
    > $ heroku config:add AWS_REGION_NAME=xxxxxxxxxxxxxxxxxxxxxxx
    > $ heroku config:add AWS_BUCKET_NAME=xxxxxxxxxxxxxxxxxxxxxxx

Licence

MIT license

About

This is a Heroku Buildpack that can download binaries from private Amazon S3-buckets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages