Skip to content
step

Get S3 object

Get an object from a S3 bucket.

From barnard59-s3 · v0.3.1

Reference

Identifier
https://barnard59.zazuko.com/operations/s3/getObjectView as Turtle ↓
Module
barnard59-s3/cmd/getObject.js
Export
default
Stream
Not declared
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/getObject.js#default>
  ] .

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