auths
objectTo route data to S3, first allow Pipedream to send data to your bucket using the Bucket Policy in our docs. Then, add your target Bucket name, Prefix (optional), and Payload below.
return
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps, params) => {
}
$send.s3({
bucket: params.bucket,
prefix: params.prefix || "",
payload: params.payload,
})