mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
25b309d85f
- Now written in go, no longer in python PR: 212625 Changes: https://github.com/barnybug/cli53/blob/master/CHANGELOG.md Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: zi (maintainer timeout)
20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
Please configure your AWS credentials, either through environment variables or
|
|
~/.aws/credentials config file.
|
|
|
|
For example:
|
|
|
|
export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXX
|
|
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
or in ~/.aws/credentials (make sure you chmod 600 ~/.aws/credentials):
|
|
|
|
[default]
|
|
aws_access_key_id = AKID1234567890
|
|
aws_secret_access_key = MY-SECRET-KEY
|
|
|
|
You can switch between different sets in the credentials file by passing
|
|
--profile to any command, or setting the environment variable AWS_PROFILE.
|
|
|
|
For example:
|
|
cli53 list --profile my_profile
|