We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01fe40d commit 00cd5a9Copy full SHA for 00cd5a9
api-bucket-versioning.go
@@ -90,6 +90,7 @@ type BucketVersioningConfiguration struct {
90
// Requires versioning to be enabled
91
ExcludedPrefixes []ExcludedPrefix `xml:",omitempty"`
92
ExcludeFolders bool `xml:",omitempty"`
93
+ PurgeOnDelete string `xml:",omitempty"`
94
}
95
96
// Various supported states
0 commit comments