Internal - [BRU-4439]
I have checked the following:
This bug is:
Bruno version
4.1.0
💻 Operating System
macOS
Specific OS Version / Distro
26.6.1
🐞 Describe the bug
When I try to send put request to S3 storage with a file larger than 20 MB, the app freezes (timer goes on, but app is not responding, Mac labels it as frozen) and needs to be killed
📝 Steps to reproduce
- Prepare request to s3 pre-signed put
- Select file larger than 20 MB
- Send the request
📁 Collection to reproduce
meta {
name: upload_bundle
type: http
seq: 3
}
put {
url: {{bundle_upload_url}}
body: file
auth: none
}
headers {
Content-Type: application/zip
}
body:multipart-form {
upload-file: @file(/Users/kisljak/code/Archive.zip) @contentType(application/zip)
}
body:file {
file: @file(/Users/kisljak/code/Archive.zip) @contentType(application/zip)
}
script:post-response {
const etag = res.headers && (res.headers.etag || res.headers.ETag);
if (etag) {
bru.setEnvVar('bundle_etag', etag.replace(/"/g, ''));
}
}
📷 Screenshots/Live demo link

Internal - [BRU-4439]
I have checked the following:
This bug is:
Bruno version
4.1.0
💻 Operating System
macOS
Specific OS Version / Distro
26.6.1
🐞 Describe the bug
When I try to send put request to S3 storage with a file larger than 20 MB, the app freezes (timer goes on, but app is not responding, Mac labels it as frozen) and needs to be killed
📝 Steps to reproduce
📁 Collection to reproduce
📷 Screenshots/Live demo link