mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-31 05:35:04 +09:00
chore: Update dist
This commit is contained in:
+7
-1
@@ -16929,9 +16929,15 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
|
||||
if (request.fragment) {
|
||||
path += `#${request.fragment}`;
|
||||
}
|
||||
let hostname = request.hostname ?? "";
|
||||
if (hostname[0] === "[" && hostname.endsWith("]")) {
|
||||
hostname = request.hostname.slice(1, -1);
|
||||
} else {
|
||||
hostname = request.hostname;
|
||||
}
|
||||
const nodeHttpsOptions = {
|
||||
headers: request.headers,
|
||||
host: request.hostname,
|
||||
host: hostname,
|
||||
method: request.method,
|
||||
path,
|
||||
port: request.port,
|
||||
|
||||
Reference in New Issue
Block a user