Skip to content

Instantly share code, notes, and snippets.

@juliandunn
Created June 12, 2014 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandunn/bbfb9f31b2be771cc3f9 to your computer and use it in GitHub Desktop.
Save juliandunn/bbfb9f31b2be771cc3f9 to your computer and use it in GitHub Desktop.
C'mon man, command-line UIs are UIs too
borkbork ~$ s3cmd mb jdunn-getchef-foo
ERROR: Parameter problem: Expecting S3 URI with just the bucket name set instead of 'jdunn-getchef-foo'
borkbork ~$ s3cmd mb s3://jdunn-getchef-foo
Bucket 's3://jdunn-getchef-foo/' created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment