Add buckets creation

This commit is contained in:
2023-05-06 16:41:36 +02:00
parent 11d2ba5312
commit a3f523410f
7 changed files with 273 additions and 9 deletions

View File

@ -49,6 +49,10 @@ spec:
type: integer
description: Limits the amount of data in the bucket, in Megabytes. By default it is unlimited
example: 100
lock:
description: Object locking prevent objects from being deleted. Will be considered as set to true when retention is defined.
type: boolean
default: false
retention:
type: object
description: Impose rules to prevent object deletion for a period of time. It requires versioning to be enabled/disabled