Skip to content

Type Alias: S3WithBucket

ts
type S3WithBucket = object;

Job definition types for creating Nosana jobs

Properties

allowWrite?

ts
optional allowWrite: AllowWrite;

bucket

ts
bucket: Bucket;

IAM?

ts
optional IAM: S3Auth;

target

ts
target: Target;

type

ts
type: typeof S3;

url?

ts
optional url: URL;