From e6615fd7338f7ae20c2371192fa41b8d8f843023 Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 16:31:30 +0300 Subject: [PATCH] Update aws_cli.md (#6586) --- 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..a08c424796c 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. +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