@qbraid-core
    Preparing search index...

    Interface S3Destination

    Schema for S3 output destination.

    interface S3Destination {
        bucket: string;
        directory: string;
    }
    Index

    Properties

    Properties

    bucket: string
    directory: string