BucketRedirectAllRequestsTo

data class BucketRedirectAllRequestsTo(val hostName: String, val protocol: BucketRedirectAllRequestsToProtocol? = null)

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

Constructors

Link copied to clipboard
constructor(hostName: String, protocol: BucketRedirectAllRequestsToProtocol? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the host where requests are redirected.

Link copied to clipboard

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