From e8c2dde920ac9ca284a3ce453397326117f1e910 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Tue, 8 Aug 2023 15:26:29 +0200 Subject: [PATCH] Fix aws-cli guide --- object-storage/s3-service.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/object-storage/s3-service.md b/object-storage/s3-service.md index 5c808c6..5d08439 100644 --- a/object-storage/s3-service.md +++ b/object-storage/s3-service.md @@ -20,8 +20,7 @@ Once you obtain your credentials you can continue to connection itself using one In the following section you can find recommended S3 clients. ### AWS-CLI (Linux, Windows) -[AWS CLI](https://aws.amazon.com/cli/) - Amazon Web Services Command Line Interface - is standardized too; supporting S3 interface. Using this tool you can handle your data and set up your S3 data storage. You can used the command line control or you can incorporate AWS CLI into your automated scripts. [Tutorial for AWS CLI](./object-storage/aws-cli.md). - +[AWS CLI](https://aws.amazon.com/cli/) - Amazon Web Services Command Line Interface - is standardized too; supporting S3 interface. Using this tool you can handle your data and set up your S3 data storage. You can used the command line control or you can incorporate AWS CLI into your automated scripts. [Tutorial for AWS CLI](aws-cli.md). -- GitLab