Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 570 Bytes

README.markdown

File metadata and controls

23 lines (11 loc) · 570 Bytes

Heroku - Panda

This is a plugin for the Heroku command line, adding commands to grant S3 bucket access to Panda.

Installation

$ heroku plugins:install git://github.com/newbamboo/heroku-panda.git

Config

The plugin assumes you already have panda gem installed.

It will fetch Panda variables(PANDASTREAM_*) from the Heroku app config vars.

Usage

Setup S3 Bucket

$ heroku panda:setup_bucket $S3_BUCKET ($S3_KEY $S3_SECRET)

If you don't provide $S3_KEY and $S3_SECRET variables, we will assume that you set the variables at Heroku Config Vars.