A newer release of this product is available.
vserver object-store-server user create
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Create an object store server user
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver object-store-server user create
command creates an object store user. This will generate an access-key and a secret-key to be used for aws v4 authentication
Parameters
-vserver <Vserver Name>
- Vserver Name-
This parameter specifies the name of the Vserver on which to create the object store user. The Vserver must already exist.
-user <TextNoCase>
- Object Store Server User Name-
This parameter specifies the name of the object store user.
[-comment <text>]
- Object Store Server User Description-
This optional parameter specifies a text comment for the object store user.
Examples
The following example creates an object store user user1 for Vserver vs1.
cluster1::> vserver object-store-server user create -vserver vs1 -user user1