Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2 tasks
ghost opened this issue Jun 27, 2024 · 3 comments
Closed
2 tasks
Assignees
Labels
duplicate This issue is a duplicate. feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue

Comments

@ghost
Copy link

ghost commented Jun 27, 2024

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

3.554.0

Environment details (OS name and version, etc.)

MacOS Sonoma 14.5

@ghost ghost added feature-request New feature or enhancement. May require GitHub community feedback. needs-triage This issue or PR still needs to be triaged. labels Jun 27, 2024
@jedwards1211
Copy link

I brought this kind of thing up in #6153

@aBurmeseDev aBurmeseDev self-assigned this Jul 1, 2024
@aBurmeseDev
Copy link
Member

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 #6153.

@aBurmeseDev aBurmeseDev added duplicate This issue is a duplicate. p2 This is a standard priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jul 1, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue is a duplicate. feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants