Hierarchy

  • S3BucketStepProps

Properties

action: "copy" | "sync"

The action to perform.

destination: string | S3ObjectRef

Destination path or remote s3 reference.

env?: Record<string, string>
postSteps?: JobStep[]
preSteps?: JobStep[]
scopeS3Uris?: boolean

Add a prefix to any s3 object refs of -/

source: string | S3ObjectRef

Source path or remote s3 reference.

stepProps?: Partial<JobStep>

Generated using TypeDoc