webda.io
webda.io copied to clipboard
Abstract getContent putContent with Readable in/out
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