mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(AwsS3 Node): Use location constrain (#8654)
This commit is contained in:
@@ -29,12 +29,14 @@ export async function awsApiRequest(
|
||||
service,
|
||||
path,
|
||||
query,
|
||||
_region,
|
||||
},
|
||||
method,
|
||||
body,
|
||||
url: '',
|
||||
headers,
|
||||
} as IHttpRequestOptions;
|
||||
|
||||
if (Object.keys(option).length !== 0) {
|
||||
Object.assign(requestOptions, option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user