Skip to content

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 optionsRequired / OptionalDescription
-eoRequiredThe 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:

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" test-access-amazon-s3-storage -eo "https://s3.amazonaws.com" -r "ca-central-1" -aki "my-access-key" -sak "my-secret-access-key" -bn "my-s3-bucket"