From 7f330ce32b014e6d297cebb9e64a9c0e756c618d Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 15:53:46 +0300 Subject: [PATCH 1/4] Update aws_cli.md --- docs/integrations/aws_cli.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/integrations/aws_cli.md b/docs/integrations/aws_cli.md index f53ed8e9953..40fbcd07899 100644 --- a/docs/integrations/aws_cli.md +++ b/docs/integrations/aws_cli.md @@ -7,11 +7,7 @@ redirect_from: /using/aws_cli.html # Using lakeFS with AWS CLI {: .no_toc} -The [AWS Command Line Interface](https://aws.amazon.com/cli/) (CLI) is a unified tool for managing your AWS services. -With just one tool to download and configure, -you can control multiple AWS services from the command line and automate them through scripts. - -You can use the file commands for S3 to access lakeFS. +Since lakeFS exposes an S3-compatible API, you can use te [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in lakeFS. {:.pb-5 } ## Table of contents From eb38a63d97fbd86a0d46216915c55876c2c01f04 Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 16:00:59 +0300 Subject: [PATCH 2/4] Update aws_cli.md --- docs/integrations/aws_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/aws_cli.md b/docs/integrations/aws_cli.md index 40fbcd07899..09425115036 100644 --- a/docs/integrations/aws_cli.md +++ b/docs/integrations/aws_cli.md @@ -7,7 +7,7 @@ redirect_from: /using/aws_cli.html # Using lakeFS with AWS CLI {: .no_toc} -Since lakeFS exposes an S3-compatible API, you can use te [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in lakeFS. +lakeFS exposes an S3-compatible API, so you can use the [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in lakeFS. {:.pb-5 } ## Table of contents From a3c8f02d5ad5896805894b98b6102006d12ff3a2 Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 16:10:51 +0300 Subject: [PATCH 3/4] Update aws_cli.md --- docs/integrations/aws_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/aws_cli.md b/docs/integrations/aws_cli.md index 09425115036..66549c086cf 100644 --- a/docs/integrations/aws_cli.md +++ b/docs/integrations/aws_cli.md @@ -7,7 +7,7 @@ redirect_from: /using/aws_cli.html # Using lakeFS with AWS CLI {: .no_toc} -lakeFS exposes an S3-compatible API, so you can use the [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in lakeFS. +lakeFS exposes an S3-compatible API, so you can use the [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in your repositories. {:.pb-5 } ## Table of contents From 1dde6eeeb285e18991178815b184e57a0c071d8c Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 16:17:40 +0300 Subject: [PATCH 4/4] Update aws_cli.md --- docs/integrations/aws_cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/aws_cli.md b/docs/integrations/aws_cli.md index 66549c086cf..a08c424796c 100644 --- a/docs/integrations/aws_cli.md +++ b/docs/integrations/aws_cli.md @@ -7,7 +7,7 @@ redirect_from: /using/aws_cli.html # Using lakeFS with AWS CLI {: .no_toc} -lakeFS exposes an S3-compatible API, so you can use the [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to list, copy or delete objects in your repositories. +lakeFS exposes an S3-compatible API, so you can use the [AWS S3 CLI](https://docs.aws.amazon.com/cli/latest/reference/s3/) to interact with objects in your repositories. {:.pb-5 } ## Table of contents