mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-18 10:15:13 +00:00
Removed unnecessary debug options for aws command
This commit is contained in:
parent
df7bbb28d5
commit
a30beded1c
@ -339,7 +339,7 @@ function aws_cli() {
|
|||||||
# [NOTE]
|
# [NOTE]
|
||||||
# AWS_EC2_METADATA_DISABLED for preventing the metadata service(to 169.254.169.254).
|
# AWS_EC2_METADATA_DISABLED for preventing the metadata service(to 169.254.169.254).
|
||||||
# shellcheck disable=SC2086,SC2068
|
# shellcheck disable=SC2086,SC2068
|
||||||
AWS_EC2_METADATA_DISABLED=true aws $@ --endpoint-url "${S3_URL}" --ca-bundle /tmp/keystore.pem ${FLAGS} --debug
|
AWS_EC2_METADATA_DISABLED=true aws $@ --endpoint-url "${S3_URL}" --ca-bundle /tmp/keystore.pem ${FLAGS}
|
||||||
}
|
}
|
||||||
|
|
||||||
function wait_for_port() {
|
function wait_for_port() {
|
||||||
|
Loading…
Reference in New Issue
Block a user