Skip to content

Function: s3Destination()

s3Destination(options): DestinationAdapter

Defined in: server/src/destinations.ts:37

Parameters

options

bucket

string

expiresIn?

number

Presigned URL lifetime in seconds.

keyFor?

(job) => string

Object key for a job. Defaults to renders/<jobKey>.<ext>, which makes retries overwrite identical bytes.

store

ObjectStore

Returns

DestinationAdapter