Interface S3Source

interface S3Source {
    bucket: string;
    key: string;
}

Properties

Properties

bucket: string

The S3 Bucket where the document is located.

key: string

The S3 Key of the document to import.

Generated using TypeDoc