langchain.js
    Preparing search index...
    S3Config: S3ClientConfig & { accessKeyId?: string; secretAccessKey?: string }

    Represents the configuration options for the S3 client. It extends the S3ClientConfig interface from the "@aws-sdk/client-s3" package and includes additional deprecated properties for access key ID and secret access key.

    Type Declaration

    • OptionalaccessKeyId?: string

      Use the credentials object instead

    • OptionalsecretAccessKey?: string

      Use the credentials object instead