From bbf30463c995ca1af85ae1d766aea72966bafb5d Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 7 Nov 2023 09:23:10 +0100
Subject: [PATCH] Update awscli.md

---
 docs.it4i/storage/awscli.md | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/docs.it4i/storage/awscli.md b/docs.it4i/storage/awscli.md
index bed43703f..c75bbc00d 100644
--- a/docs.it4i/storage/awscli.md
+++ b/docs.it4i/storage/awscli.md
@@ -1,12 +1,11 @@
 # AWS CLI
- 
+
 You can use the AWS command line tools to issue commands or build scripts at your system's command line to perform AWS (including S3) tasks.
-The AWS Command Line Interface (AWS CLI) provides commands for a broad set of AWS services. To get started, see the AWS Command Line Interface User Guide. 
- 
+The AWS Command Line Interface (AWS CLI) provides commands for a broad set of AWS services. To get started, see the AWS Command Line Interface User Guide.
+
 For more information, see the official site [https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html#BasicsBucket][a].
- 
- 
-## How to Load Modules: 
+
+## How to Load Modules:
 
 To see loaded modules, use:
 
@@ -24,14 +23,13 @@ To see module info, use:
 
 ```
 ml spider AWS
-``` 
+```
 
-For more information on how to work with modules, see 
+For more information on how to work with modules, see
 [https://docs.it4i.cz/software/modules/lmod/][1].
 
- 
 ## Configuration
- 
+
 For configuration steps, follow the [e-INFRA CZ guide][b].
 
 For the list of basic AWS CLI commands, see [https://docs.e-infra.cz/storage/object-storage/aws-cli/#controls-of-aws-cli---high-level-s3][e].
-- 
GitLab