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

https://github.com/uswitch/botoenv

Load AWS credentials into environment variables from .boto
https://github.com/uswitch/botoenv

Last synced: 9 months ago
JSON representation

Load AWS credentials into environment variables from .boto

Awesome Lists containing this project

README

          

botoenv
=======

Load AWS credentials into environment variables from .boto

# Installation

## With bundler
Add this line to the top of your application's Gemfile:
```
gem 'botoenv'
```
And then execute:
```
bundle install
```

## Plain ruby
Install the gem:
```
gem install botoenv
```

# Usage

As early as possible in your application bootstrap process, load:
```
require 'botoenv'
Botoenv.load
```

## Any application
You can run any application with .boto credentials using:
```
botoenv [command]
```