Skip to content

0.1

Compare
Choose a tag to compare
@simonw simonw released this 03 Nov 02:17
· 128 commits to main since this release
  • Initial release
  • s3-credentials create name-of-bucket creates a new user with read-write access only to the specified S3 bucket, creates an access key for that user and outputs it to the console. #3
  • s3-credentials list-users lists all of the users for the current AWS account. #4
  • s3-credentials list-user-policies lists inline policies for the specifeid users, or all users. #5
  • s3-credentials whoami shows information about the currently authenticated user.