Added Exclude Folders & Exclude Prefixes support (#2973)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
14
swagger.yml
14
swagger.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user