mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-24 22:21:40 +00:00
fix aws
This commit is contained in:
parent
fc9649dbc4
commit
fd77e463a1
@ -220,7 +220,10 @@ aws_rest() {
|
|||||||
_H2="Authorization: $Authorization"
|
_H2="Authorization: $Authorization"
|
||||||
_debug _H2 "$_H2"
|
_debug _H2 "$_H2"
|
||||||
|
|
||||||
|
url="$AWS_URL/$ep"
|
||||||
|
if [ "$qsr" ]; then
|
||||||
url="$AWS_URL/$ep?$qsr"
|
url="$AWS_URL/$ep?$qsr"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$mtd" = "GET" ]; then
|
if [ "$mtd" = "GET" ]; then
|
||||||
response="$(_get "$url")"
|
response="$(_get "$url")"
|
||||||
|
Loading…
Reference in New Issue
Block a user