mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
change directory objects to never create new versions (#17109)
This commit is contained in:
@@ -78,8 +78,6 @@ To exclude objects under a list of prefix (glob) patterns from being versioned,
|
||||
```
|
||||
<VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
|
||||
<Status>Enabled</Status>
|
||||
<ExcludeFolders>true</ExcludeFolders>
|
||||
|
||||
<ExcludedPrefixes>
|
||||
<Prefix>*/_temporary</Prefix>
|
||||
</ExcludedPrefixes>
|
||||
|
||||
Reference in New Issue
Block a user