ts-lambda-api - v2.5.2
    Preparing search index...

    Interface S3HttpAuthSchemeParametersInternal

    interface S3HttpAuthSchemeParameters {
        Accelerate?: boolean;
        Bucket?: string;
        CopySource?: string;
        DisableAccessPoints?: boolean;
        DisableMultiRegionAccessPoints?: boolean;
        DisableS3ExpressSessionAuth?: boolean;
        Endpoint?: string;
        ForcePathStyle?: boolean;
        Key?: string;
        operation?: string;
        Prefix?: string;
        region?: string;
        Region?: string;
        UseArnRegion?: boolean;
        UseDualStack?: boolean;
        UseFIPS?: boolean;
        UseGlobalEndpoint?: boolean;
        UseObjectLambdaEndpoint?: boolean;
        UseS3ExpressControlEndpoint?: boolean;
        [name: string]: string | boolean | string[];
    }

    Hierarchy (View Summary)

    Indexable

    • [name: string]: string | boolean | string[]
    Index

    Properties

    Accelerate?: boolean
    Bucket?: string
    CopySource?: string
    DisableAccessPoints?: boolean
    DisableMultiRegionAccessPoints?: boolean
    DisableS3ExpressSessionAuth?: boolean
    Endpoint?: string
    ForcePathStyle?: boolean
    Key?: string
    operation?: string
    Prefix?: string
    region?: string
    Region?: string
    UseArnRegion?: boolean
    UseDualStack?: boolean
    UseFIPS?: boolean
    UseGlobalEndpoint?: boolean
    UseObjectLambdaEndpoint?: boolean
    UseS3ExpressControlEndpoint?: boolean