Skip to content

Type Alias: S3WithBuckets

ts
type S3WithBuckets = object;

Job definition types for creating Nosana jobs

Properties

allowWrite?

ts
optional allowWrite: AllowWrite;

buckets

ts
buckets: object[];
NameType
files?File[]
urlURL

IAM?

ts
optional IAM: S3Auth;

target

ts
target: Target;

type

ts
type: typeof S3;

url?

ts
optional url: URL;