Test properly quota definition

This commit is contained in:
2023-05-08 14:38:54 +02:00
parent fb2a9f39fb
commit e3860d9f93
2 changed files with 115 additions and 24 deletions

View File

@ -47,8 +47,8 @@ spec:
default: false
quota:
type: integer
description: Limits the amount of data in the bucket, in Megabytes. By default it is unlimited
example: 100
description: Limits the amount of data in the bucket, in bytes. By default it is unlimited
example: 1000000000
lock:
description: Object locking prevent objects from being deleted. Will be considered as set to true when retention is defined.
type: boolean