Skip to content

Instantly share code, notes, and snippets.

@bysnupy
Created April 8, 2021 13:31
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 bysnupy/f0acb37ea986fea55ed06fef31546464 to your computer and use it in GitHub Desktop.
Save bysnupy/f0acb37ea986fea55ed06fef31546464 to your computer and use it in GitHub Desktop.
$ aws s3api create-bucket  \
  --bucket test-trace-logs \
  --create-bucket-configuration "LocationConstraint=ap-northeast-1"
{
    "Location": "http://test-trace-logs.s3.amazonaws.com/"
}

$ aws s3 ls | grep test-trace-logs
2021-04-05 12:16:27 test-trace-logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment