lean-s3
    Preparing search index...

    Type Alias OverridableS3ClientOptions

    OverridableS3ClientOptions: Pick<
        S3ClientOptions,
        "region"
        | "bucket"
        | "endpoint",
    >