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

  • Optional accessKeyId?: string

    ⚠️ Deprecated ⚠️

    Use the credentials object instead

    This feature is deprecated and will be removed in the future.

    It is not recommended for use.

  • Optional secretAccessKey?: string

    Deprecated

    Use the credentials object instead

Generated using TypeDoc