add-amazon-s3-storage
Adds an Amazon S3 Cloud storage.
Syntax:
shell
sfiler-cli [options] add-amazon-s3-storage [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | The Amazon S3 storage name. |
-d | Optional | The Amazon S3 storage description. |
-eo | Optional | The Amazon S3 storage endpoint override. |
-r | Required | The Amazon S3 storage region. |
-aki | Required | The Amazon S3 storage access key identifier. |
-sak | Required | The Amazon S3 storage secret access key. |
-bn | Required | The 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