Skip to content

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 optionsRequired / OptionalDescription
-nRequiredThe Amazon S3 storage name.
-nnOptionalThe Amazon S3 storage new name.
-dOptionalThe Amazon S3 storage description.
-eoOptionalThe Amazon S3 storage endpoint Override.
-rOptionalThe Amazon S3 storage region.
-akiOptionalThe Amazon S3 storage access key identifier.
-sakOptionalThe Amazon S3 storage secret access key.
-bnOptionalThe Amazon S3 storage bucket name.
-sOptionalThe Amazon S3 storage status.
-fOptionalThe 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"