From 82b32365daf7dc12c20b1beb22b71649ad6eef71 Mon Sep 17 00:00:00 2001 From: Milan <milan.danecek@gmail.com> Date: Tue, 8 Aug 2023 15:16:27 +0200 Subject: [PATCH] Add aws-cli --- object-storage/aws-cli.md | 10 ++++++++++ object-storage/s3-service.md | 2 +- object-storage/template.md | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 object-storage/aws-cli.md create mode 100644 object-storage/template.md diff --git a/object-storage/aws-cli.md b/object-storage/aws-cli.md new file mode 100644 index 0000000..aaab983 --- /dev/null +++ b/object-storage/aws-cli.md @@ -0,0 +1,10 @@ +--- +languages: + - en + - cs +--- + +# Object Storage + +Detail documentation for Object Storage services could be found at [du.cesnet.cz](https://du.cesnet.cz/en/navody/object_storage/start) + diff --git a/object-storage/s3-service.md b/object-storage/s3-service.md index 7bd3e0d..5c808c6 100644 --- a/object-storage/s3-service.md +++ b/object-storage/s3-service.md @@ -20,7 +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). +[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). diff --git a/object-storage/template.md b/object-storage/template.md new file mode 100644 index 0000000..aaab983 --- /dev/null +++ b/object-storage/template.md @@ -0,0 +1,10 @@ +--- +languages: + - en + - cs +--- + +# Object Storage + +Detail documentation for Object Storage services could be found at [du.cesnet.cz](https://du.cesnet.cz/en/navody/object_storage/start) + -- GitLab