test-access-amazon-s3-storage
Allows to test the connection to an Amazon S3 storage.
Syntax:
shell
sfiler-cli [options] test-access-amazon-s3-storage [command options]
Command options | Required / Optional | Description |
---|---|---|
-eo | Optionnel | The Amazon S3 storage endpoint Override. |
-r | Optionnel | The Amazon S3 storage region. |
-aki | Optionnel | The Amazon S3 storage access key identifier. |
-sak | Optionnel | The Amazon S3 storage secret access key. |
-bn | Optional | The Amazon S3 storage bucket name. |
Example:
This command tests the connection to an Amazon S3 storage.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" delete-storage -eo "https://s3.amazonaws.com" -r "ca-central-1" -aki "my-access-key" -sak "my-secret-access-key" -bn "my-s3-bucket"