Provides Bucket, a keyed blob store holding opaque byte values under opaque string keys, so that bulk
content lives wherever a consumer needs it, whether in memory, on the file system or in a remote service, behind a
single contract.
Values are stored, retrieved and removed one key at a time, streaming content in and out as a whole:
Bulk content storage.
Provides Bucket, a keyed blob store holding opaque byte values under opaque string keys, so that bulk content lives wherever a consumer needs it, whether in memory, on the file system or in a remote service, behind a single contract.
Values are stored, retrieved and removed one key at a time, streaming content in and out as a whole:
See
MDN - ReadableStream