Skip to content

add-amazon-s3-storage

Adds an Amazon S3 Cloud storage.

Syntax:

shell
sfiler-cli [options] add-amazon-s3-storage [command options]
Command optionsRequired / OptionalDescription
-nRequiredThe Amazon S3 storage name.
-dOptionalThe Amazon S3 storage description.
-eoOptionalThe Amazon S3 storage endpoint override.
-rRequiredThe Amazon S3 storage region.
-akiRequiredThe Amazon S3 storage access key identifier.
-sakRequiredThe Amazon S3 storage secret access key.
-bnRequiredThe Amazon S3 storage bucket name.

Example:

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" add-amazon-s3-storage -n "My Amazon S3 Storage" -d "My Amazon S3 Storage Description" -r "ca-central-1" -aki "MyAccess" -sak "MySecret" -bn "sfiler-vagrant"

Executing this command will add new Amazon S3 storage. You can get detailed help on AWS S3 storage by consulting the following topic: AWS S3