GetBucketSoftDeletePolicy

data class GetBucketSoftDeletePolicy(val effectiveTime: String, val retentionDurationSeconds: Int)

Constructors

Link copied to clipboard
constructor(effectiveTime: String, retentionDurationSeconds: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Server-determined value that indicates the time from which the policy, or one with a greater retention, was effective. This value is in RFC 3339 format.

Link copied to clipboard

The duration in seconds that soft-deleted objects in the bucket will be retained and cannot be permanently deleted. Default value is 604800.