@vectorize-io/vectorize-client
    Preparing search index...

    Interface AwsS3

    AwsS3

    interface AwsS3 {
        config: AWSS3AuthConfig;
        name: string;
        type: "AWS_S3";
    }
    Index

    Properties

    Properties

    AwsS3

    name: string

    Name of the connector

    AwsS3

    type: "AWS_S3"

    Connector type (must be "AWS_S3")

    AwsS3