obones
obones
Well, the SUT could be changed to have this right before giving the client to `Upload` ```js s3.config.endpoint = () => ({hostname: "mocked_out"}); ``` But that's not safe when used...
Note that it works for trivial situations but if you use Upload with a stream as the s3 options Body, then this stream will never be read from and the...
`mockLibStorageUpload` has been deprecated for quite a while and actually did just the same thing as what is recommended in the current README file so I'm not surprised it doesn't...
Here you go: [node_mock_upload.zip](https://github.com/user-attachments/files/17098005/node_mock_upload.zip) I ran these commands: ```bash npm install npx mocha test.js ``` and I got this output ``` upload mocking 1) should not crash 0 passing (416ms)...
That's extremely weird, the only thing that I see is that I use a different version of node than yours. When I first reported this, it was v16 but it's...
Thanks, I did not find this in the midst of information in that lib. However, it is marked as "experimental" and the [explaining text](https://nodejs.org/api/documentation.html#stability-index) gets me worried: > removal may...