Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
fd77e463
Commit
fd77e463
authored
Apr 04, 2017
by
neilpang
Browse files
fix aws
parent
fc9649db
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
fd77e463
...
@@ -220,7 +220,10 @@ aws_rest() {
...
@@ -220,7 +220,10 @@ aws_rest() {
_H2
=
"Authorization:
$Authorization
"
_H2
=
"Authorization:
$Authorization
"
_debug _H2
"
$_H2
"
_debug _H2
"
$_H2
"
url
=
"
$AWS_URL
/
$ep
?
$qsr
"
url
=
"
$AWS_URL
/
$ep
"
if
[
"
$qsr
"
]
;
then
url
=
"
$AWS_URL
/
$ep
?
$qsr
"
fi
if
[
"
$mtd
"
=
"GET"
]
;
then
if
[
"
$mtd
"
=
"GET"
]
;
then
response
=
"
$(
_get
"
$url
"
)
"
response
=
"
$(
_get
"
$url
"
)
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment