Fixed Object Version selector visibility in Add Lifecycle Rule modal (#2769)
- Fixed Object Version selector visibility in Add Lifecycle Rule modal - Changed definition in swagger file to match camelCase standard - Added a playwright test case to avoid this issue in the future Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -4944,18 +4944,18 @@ definitions:
|
||||
bucketVersioningResponse:
|
||||
type: object
|
||||
properties:
|
||||
Status:
|
||||
status:
|
||||
type: string
|
||||
MFADelete:
|
||||
type: string
|
||||
ExcludedPrefixes:
|
||||
excludedPrefixes:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
Prefix:
|
||||
prefix:
|
||||
type: string
|
||||
ExcludeFolders:
|
||||
excludeFolders:
|
||||
type: boolean
|
||||
|
||||
setBucketVersioning:
|
||||
|
||||
Reference in New Issue
Block a user