With the last 3.4.x and 3.5.0 versions we are seeing:
Cannot read properties of undefined (reading 'query')
at module.exports.<computed> [as get] (/usr/src/app/node_modules/needle/lib/needle.js:863:44)
We see the error in a simple get call needle.get(<url to a file on a s3 bucket with public visibility>).
With the last 3.4.x and 3.5.0 versions we are seeing:
We see the error in a simple get call
needle.get(<url to a file on a s3 bucket with public visibility>).