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

    Interface S3InputConfig

    All endpoint parameters with built-in bindings of AWS::S3::*

    interface S3InputConfig {
        bucketEndpoint?: boolean;
        disableMultiregionAccessPoints?: boolean;
        followRegionRedirects?: boolean;
        forcePathStyle?: boolean;
        s3ExpressIdentityProvider?: S3ExpressIdentityProvider;
        useAccelerateEndpoint?: boolean;
    }
    Index

    Properties

    bucketEndpoint?: boolean

    Whether to use the bucket name as the endpoint for this client.

    disableMultiregionAccessPoints?: boolean

    Whether multi-region access points (MRAP) should be disabled.

    followRegionRedirects?: boolean

    This feature was previously called the S3 Global Client. This can result in additional latency as failed requests are retried with a corrected region when receiving a permanent redirect error with status 301. This feature should only be used as a last resort if you do not know the region of your bucket(s) ahead of time.

    forcePathStyle?: boolean

    Whether to force path style URLs for S3 objects (e.g., https://s3.amazonaws.com// instead of https://.s3.amazonaws.com/

    s3ExpressIdentityProvider?: S3ExpressIdentityProvider

    Identity provider for an S3 feature.

    useAccelerateEndpoint?: boolean

    Whether to use the S3 Transfer Acceleration endpoint by default