0.0
No commit activity in last 3 years
No release in over 3 years
s3-list-buckets shows the names and (optionally) location constraints of your S3 buckets. Options are available to control display of location constraint and json output. Respects $https_proxy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
~> 0.1
 Project Readme

s3-list-buckets

List S3 bucket names and their location constraints.

Installation

  gem build s3-list-buckets.gemspec
  gem install s3-list-buckets*.gem

Use

Examples:

  # Show all your buckets (just bucket names):
  s3-list-buckets

  # Show buckets, prefixed by the location constraint
  s3-list-buckets --location

  # Show names and location constraints of buckets whose names start with "a"
  # or "b", as json:
  s3-list-buckets --location --json a b

See s3-list-buckets --help for full help text.

s3-list-buckets can also be used as a Ruby library. See bin/s3-list-buckets for a guide for how to do this.