modify-amazon-s3-storage
This command is used to modify an Amazon S3 storage space in the S-Filer Portal solution.
Syntax:
shell
sfiler-cli [options] modify-amazon-s3-storage [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | The Amazon S3 storage name. |
-nn | Optional | The Amazon S3 storage new name. |
-d | Optional | The Amazon S3 storage description. |
-eo | Optional | The Amazon S3 storage endpoint Override. |
-r | Optional | The Amazon S3 storage region. |
-aki | Optional | The Amazon S3 storage access key identifier. |
-sak | Optional | The Amazon S3 storage secret access key. |
-bn | Optional | The Amazon S3 storage bucket name. |
-s | Optional | The Amazon S3 storage status. |
-f | Optional | The force update (skip warnings and optional validations). |
Example:
This command modifies an Amazon S3 storage space with the name "my storage" to "my new storage".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" modify-amazon-s3-storage -n "my storage" -nn "my new storage"