webda.io icon indicating copy to clipboard operation
webda.io copied to clipboard

Abstract getContent putContent with Readable in/out

Open abalam666 opened this issue 2 years ago • 0 comments

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 avatar Apr 04 '23 18:04 abalam666