Skip to content

Type Alias: S3Base

ts
type S3Base = object;

Job definition types for creating Nosana jobs

Properties

allowWrite?

ts
optional allowWrite: AllowWrite;

files?

ts
optional files: File[];

IAM?

ts
optional IAM: S3Auth;

target

ts
target: Target;

type

ts
type: typeof S3;

url?

ts
optional url: URL;