Skip to content
source

Get S3 object as stream

Get an object from a S3 bucket as a Readable stream.

From barnard59-s3 · v0.3.1

Reference

Identifier
https://barnard59.zazuko.com/operations/s3/getObject/streamView as Turtle ↓
Module
barnard59-s3/cmd/getObjectStream.js
Export
default
Stream
Readable — produces a stream
Implementation
ES module
Install
$ npm i barnard59-s3

Use it in a pipeline

step definition · Turtle
<> a p:Step ;
  code:implementedBy [
    a code:EcmaScriptModule ;
    code:link <node:barnard59-s3/cmd/getObjectStream.js#default>
  ] .

Paste this into a pipeline definition to add the step. The code:link value tells barnard59 which module to load at runtime.