IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface RedirectAllRequestsTo

    Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.

    interface RedirectAllRequestsTo {
        HostName: string | undefined;
        Protocol?: Protocol;
    }
    Index

    Properties

    Properties

    HostName: string | undefined

    Name of the host where requests are redirected.

    Protocol?: Protocol

    Protocol to use when redirecting requests. The default is the protocol that is used in the original request.