evroc storage bucket update
Update a bucket
evroc storage bucket update <bucket_name> [flags]
Options
      --append                                        Update lists by appending
      --default-object-retention-mode string          Value to update. Mode defines what type of protection is applied on objects when object lock is enabled.
      --default-object-retention-period-count Unit    Value to update. Count is how long the period is, in the provided Unit.
      --default-object-retention-period-unit string   Value to update. Unit is the unit for the period, either Days or Years.
  -h, --help                                          help for update
      --object-versioning-mode Enabled                Value to update. ObjectVersioningMode controls how versioning of objects behave. If not explicitly set,
                                                      the default behavior depends on whether or not object locking is enabled. If object
                                                      locking is enabled, then object versioning mode is enforced to Enabled. If
                                                      object locking is disabled, the default mode is `Disabled`. If versioning is ever
                                                      set to either `Enabled` or `Suspended`, then it can not be reset back to `Disabled`
                                                      again.
  -o, --owner strings                                 Value to update. Kind represents the kind of owner we are talking about, currently this may be either "User.[username]" or "ServiceAccount.[accountname]"
Options inherited from parent commands
      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output
SEE ALSO
- evroc storage bucket - Bucket management commands