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

    Interface GCSAuthConfig

    Authentication configuration for GCP Cloud Storage

    GCSAuthConfig

    interface GCSAuthConfig {
        bucketName: string;
        serviceAccountJson: string;
    }
    Index

    Properties

    bucketName: string

    Bucket. Example: Enter bucket name

    GCSAuthConfig

    serviceAccountJson: string

    Service Account JSON. Example: Enter the JSON key file for the service account

    GCSAuthConfig