Added
- Allow using unix style glob pattern as an argument. For example, if there are two servers available with titles
server-1
andserver-2
, these servers can be stopped withupctl server stop server-*
command. --delete-buckets
option toobjectstorage delete
command.
Fixed
- In
objectstorage delete
command, delete only user defined policies when--delete-policies
flag is enabled as trying to delete system defined policy will cause an error.