Skip to content
Ahmad Abdo edited this page Jun 26, 2017 · 1 revision

S3

listBuckets


Usage

$ awsm listBuckets --help
NAME:
   awsm listBuckets - List S3 Buckets

USAGE:
   awsm listBuckets [arguments...]

ARGUMENTS:
   [search] - The keyword to search for

Example Output

awsm listBuckets

This will list all S3 Buckets, the output should look similar to this:

$ awsm listBuckets
+-----------------------------------------+-------------+
|                  NAME                   |   CREATED   |
+-----------------------------------------+-------------+
| cf-templates-1nh38xih8c7pp-us-east-1    | 4 years ago |
| cf-templates-1nh38xih8c7pp-us-west-1    | 4 years ago |
| elasticbeanstalk-us-west-1-971042242642 | 3 years ago |
| puppet-backups                          | 4 years ago |
+-----------------------------------------+-------------+



Clone this wiki locally