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

Abstract getContent putContent with Readable in/out #377

Open
abalam666 opened this issue Apr 4, 2023 · 0 comments
Open

Abstract getContent putContent with Readable in/out #377

abalam666 opened this issue Apr 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@abalam666
Copy link
Collaborator

Be able to get and put binaries without storing anything locally
For exemple:

putContent(url: string, body: Readable, ...)
getContent(url: string): Promise<Readable>
// url: gcs://bucket/key or gcs://key or s3://bucket/key or s3://key or azure://bucket/key or azure://key
@abalam666 abalam666 added the enhancement New feature or request label Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant