BucketWebsiteIndexDocument

data class BucketWebsiteIndexDocument(val suffix: String? = null, val supportSubDir: Boolean? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(suffix: String? = null, supportSubDir: Boolean? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val suffix: String? = null

The default home page.

Link copied to clipboard
val supportSubDir: Boolean? = null

Whether to jump to the default home page of a subdirectory when accessing a subdirectory.

Link copied to clipboard
val type: String? = null

After the default homepage is set, the behavior when an Object that ends with a non-forward slash (/) is accessed and the Object does not exist.