Skip to content

Commit

Permalink
ExcludePrefixMarker: Excludes directory-objects from being versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
krisis committed May 6, 2022
1 parent 930daa9 commit 500b17f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api-bucket-versioning.go
Expand Up @@ -88,7 +88,8 @@ type BucketVersioningConfiguration struct {
MFADelete string `xml:"MfaDelete,omitempty"`
// MinIO extension - allows selective, prefix-level versioning exclusion.
// Requires versioning to be enabled
ExcludedPrefixes []ExcludedPrefix `xml:",omitempty"`
ExcludedPrefixes []ExcludedPrefix `xml:",omitempty"`
ExcludePrefixMarker bool `xml:",omitempty"`
}

// Various supported states
Expand Down

0 comments on commit 500b17f

Please sign in to comment.