Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RedirectAllRequestsTo

import type { RedirectAllRequestsTo } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

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

interface RedirectAllRequestsTo {
HostName: string;
Protocol?: Protocol | null;
}

§Properties

§
HostName: string
[src]

Name of the host where requests are redirected.

§
Protocol?: Protocol | null
[src]

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