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
-eoOptionnelThe Amazon S3 storage endpoint Override.
-rOptionnelThe Amazon S3 storage region.
-akiOptionnelThe Amazon S3 storage access key identifier.
-sakOptionnelThe Amazon S3 storage secret access key.
-bnOptionalThe 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"