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:
@@ -34,6 +34,9 @@ import (
|
||||
// swagger:model makeBucketRequest
|
||||
type MakeBucketRequest struct {
|
||||
|
||||
// locking
|
||||
Locking bool `json:"locking,omitempty"`
|
||||
|
||||
// name
|
||||
// Required: true
|
||||
Name *string `json:"name"`
|
||||
|
||||
Reference in New Issue
Block a user