aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 557 forks source link

Extend compatibility with `readable-stream` module in `@aws-sdk/lib-storage` #6229

Closed giovanni-bertoncelli closed 1 day ago

giovanni-bertoncelli commented 5 days ago

Describe the feature

As described in this issue I'm using this library to clone a stream. Considering the popularity of readable-stream is there any chance to support compatibility with that library?

Use Case

Every time a user is using readable-stream.

Proposed Solution

No response

Other Information

No response

Acknowledgements

SDK version used

3.554.0

Environment details (OS name and version, etc.)

MacOS Sonoma 14.5

jedwards1211 commented 3 days ago

I brought this kind of thing up in https://github.com/aws/aws-sdk-js-v3/issues/6153

aBurmeseDev commented 1 day ago

Hi @giovanni-bertoncelli - this has been queued for the team to take a further look at and potentially add the support as mentioned by @jedwards1211. We cannot, however, provide definite timeline on that. Meanwhile, I understand that there's a workaround provided in other issue you linked, I'll leave it here for reference for anyone that comes across this.

const stream = pipeline(clone, new PassThrough(), () => {})

Closing this in favor of https://github.com/aws/aws-sdk-js-v3/issues/6153.