Add Bucket Locking option and fix versioning configuration. (#661)

* Add Bucket Locking option and fix versioning configuration.

* Addres comments

* Rework the View Bucket options

* Remove extra padding
This commit is contained in:
Daniel Valdivia
2021-03-22 16:28:07 -07:00
committed by GitHub
parent 19195e0cd0
commit 744ccea842
34 changed files with 987 additions and 414 deletions

View File

@@ -34,6 +34,9 @@ import (
// swagger:model makeBucketRequest
type MakeBucketRequest struct {
// locking
Locking bool `json:"locking,omitempty"`
// name
// Required: true
Name *string `json:"name"`