Added Exclude Folders & Exclude Prefixes support (#2973)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2023-08-02 13:35:00 -06:00
committed by GitHub
parent 0d628f589a
commit 49f856bdd5
17 changed files with 433 additions and 194 deletions

View File

@@ -3756,7 +3756,7 @@ definitions:
locking:
type: boolean
versioning:
type: boolean
$ref: "#/definitions/setBucketVersioning"
quota:
$ref: "#/definitions/setBucketQuota"
retention:
@@ -4963,8 +4963,16 @@ definitions:
setBucketVersioning:
type: object
properties:
versioning:
enabled:
type: boolean
excludePrefixes:
type: array
maxLength: 10
items:
type: string
excludeFolders:
type: boolean
bucketObLockingResponse:
type: object
properties:
@@ -6154,4 +6162,4 @@ definitions:
groups:
type: array
items:
type: string
type: string