Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

tv42/botosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botosh -- start a Python interpreter with Boto connections open

To get started, type:

./bootstrap

Set up your ~/.botosh.yaml config file. The file format is YAML, and it should contain a top-level s3 section, with one or more connections defined under it:

s3:
  aws:
    access_key: EDIT-ME
    secret_key: EDIT-ME

  dho:
    host: objects.dreamhost.com
    access_key: EDIT-ME
    secret_key: EDIT-ME

  rgw:
    host: localhost
    port: 7280
    is_secure: no
    access_key: EDIT-ME
    secret_key: EDIT-ME

Then you can run:

./virtualenv/bin/botosh

to start an interactive Python session with the connections accessible as s3.aws, s3.dho, s3.rgw -- whatever you defined in the config file.

About

Start a Python shell with Boto connections open

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors