mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
734170013c
* Update route53Provider.go * includes optional Token * Appended Token and additional information for
9 lines
164 B
Text
9 lines
164 B
Text
{
|
|
"bind": {
|
|
},
|
|
"r53_ACCOUNTNAME": {
|
|
"KeyId": "change_to_your_keyid",
|
|
"SecretKey": "change_to_your_secretkey",
|
|
"Token": "optional_sts_token"
|
|
}
|
|
}
|