0.0
No commit activity in last 3 years
No release in over 3 years
Stairs plugin for setting up S3
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
~> 0.4.3
~> 4.0.3
~> 0.0.1
>= 0
>= 0
~> 0.9.3
~> 2.14.1
~> 0.14.1

Runtime

< 0.8.0, >= 0.5.0
 Project Readme

Stairs S3 Plugin

Stairs plugin for setting up S3.

Installation

Install stairs-steps-s3 gem alongside stairs

Usage

In your stairs setup script:

setup :s3

This will write the following ENV vars: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_S3_BUCKET

Options

You can optionally specify the names for the ENV vars this step will write to:

  • key_id: ENV var name for AWS Access Key ID
  • key_secret: ENV var name for AWS Access Key Secret
  • bucket: ENV var name for the S3 Bucket name
setup :s3, bucket: "S3_BUCKET"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request