ONTAP 9.13

to Japanese version

Regenerate keys and modify their retention period

Access keys and secret keys are automatically generated for S3 client access for a user when you create that user. You can regenerate keys for a user if a key is expired or compromised.

For information about generation of access keys, see Create an S3 user.

CLI
  1. Regenerate access and secret keys for a user by running the vserver object-store-server user regenerate-keys command.

  2. By default, generated keys are valid indefinitely.

    vserver object-store-server user regenerate-keys -vserver svm_name -user user -key-time-to-live 0
  3. Save the access and secret keys. They will be required for access from S3 clients.

System Manager
  1. Click Storage > Storage VMs and then select the storage VM.

  2. In the Settings tab, click edit icon in the S3 tile.

  3. In the Users tab, verify that there is no access key, or the key has expired for the user.

  4. If you need to regenerate the key, click more icon next to the user, then click Regenerate Key.

  5. By default, generated keys are valid for an indefinite amount of time.

  6. Click Save. The key is regenerated. Any change in the key retention period takes effect immediately.

  7. Download or save the access key and secret key. They will be required for access from S3 clients.

Top of Page