BucketWebsite

data class BucketWebsite(val mainPageSuffix: String? = null, val notFoundPage: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mainPageSuffix: String? = null

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

Link copied to clipboard
val notFoundPage: String? = null

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