mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(Google Cloud Storage Node): Use streaming for file uploads (#6462)
fix(Google Cloud Storage Node): Use streaming for file uploads
This commit is contained in:
committed by
GitHub
parent
c7b74c3c1f
commit
cd0e41a6b4
@@ -732,7 +732,7 @@ function convertN8nRequestToAxios(n8nRequest: IHttpRequestOptions): AxiosRequest
|
||||
// Destructure properties with the same name first.
|
||||
const { headers, method, timeout, auth, proxy, url } = n8nRequest;
|
||||
|
||||
const axiosRequest = {
|
||||
const axiosRequest: AxiosRequestConfig = {
|
||||
headers: headers ?? {},
|
||||
method,
|
||||
timeout,
|
||||
|
||||
Reference in New Issue
Block a user