Commit Graph

10 Commits

Author SHA1 Message Date
neilpang 542d7977db add new _url_encode 2017-01-30 12:07:50 +08:00
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
2017-01-13 14:54:09 +01:00
Karsten Sperling 5415381cf4 Add support for AWS_SESSION_TOKEN and fix bug when multiple hosted zones exist 2017-01-06 15:36:35 +13:00
klemens 329174b6d9 spelling fixes 2016-12-14 21:32:24 +01:00
neilpang 39d1eeda23 fix for solaris 2016-12-07 12:41:22 +08:00
neilpang dfbc244b00 support aws remove 2016-12-06 16:52:02 +08:00
Marcello Barnaba c12be766e9 Fix Route53 API consumer
Ignoring the Chthlulu argument 😃, Route53 returns its XML all on one line, making not possible to grep the hosted zone record with egrep/sed.

This change splits the XML in multiple lines, so that parsing can succeed.
2016-12-04 20:15:48 +01:00
neilpang 2f1bc5864f fix format 2016-11-20 23:09:57 +08:00
neilpang 16d79ebaac fix format 2016-11-20 23:04:28 +08:00
neilpang e009ec8b93 Support AWS Route53 api 2016-11-20 22:57:07 +08:00