vserver object-store-server bucket modify
Modify an object store server bucket
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver object-store-server bucket modify command modifies an object store server bucket.
Parameters
- -vserver <Vserver Name> - Vserver Name
- This parameter specifies the name of the Vserver for the object store server which you want to modify.
- -bucket <TextNoCase> - Object Store Server Bucket Name
- This parameter specifies the name of the object store server bucket which you want to modify.
- [-comment <text>] - Object Store Server Bucket Description
- This parameter specifies the text comment for the object store server bucket.
- [-size {<integer>[KB|MB|GB|TB|PB]}] - Size of the Bucket
- This parameter specifies the size of the object store server bucket.
Examples
The following example modifies the comment of the object store server bucket for Vserver vs1.
cluster1::> vserver object-store-server bucket modify -vserver vs1 -bucket testbucket -comment test
Give documentation feedback