From 7f330ce32b014e6d297cebb9e64a9c0e756c618d Mon Sep 17 00:00:00 2001 From: Yoni Date: Tue, 12 Sep 2023 15:53:46 +0300 Subject: [PATCH] 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