GetBucketWebsite

data class GetBucketWebsite(val mainPageSuffix: String, val notFoundPage: String)

Constructors

Link copied to clipboard
constructor(mainPageSuffix: String, notFoundPage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Behaves as the bucket's directory index where missing objects are treated as potential directories.

Link copied to clipboard

The custom object to return when a requested resource is not found.