mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7b4f7e2c6f
cli53 provides import and export from BIND format and simple command line management of Route 53 domains. WWW: https://github.com/barnybug/cli53/
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
Please configure your AWS credentials, either through environment variables or
|
|
~/.boto config file.
|
|
|
|
For example:
|
|
|
|
export AWS_ACCESS_KEY_ID=XXXXXXXXXXXXXX
|
|
export AWS_SECRET_ACCESS_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
or in ~/.boto (make sure you chmod 600 ~/.boto):
|
|
|
|
[Credentials]
|
|
aws_access_key_id = XXXXXXXXXXXXXX
|
|
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|