From dede19d8c0896db57c40eb4bd35ba8991d60e63c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 21 Jan 2019 17:32:57 -0800 Subject: [PATCH] Reference better-known AWS CLI for compatibility --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3072769..71d77bb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ s3fs ==== s3fs allows Linux and macOS to mount an S3 bucket via FUSE. -s3fs preserves the native object format for files, allowing use of other tools like [s3cmd](https://s3tools.org/s3cmd). +s3fs preserves the native object format for files, allowing use of other +tools like [AWS CLI](https://github.com/aws/aws-cli). [![Build Status](https://travis-ci.org/s3fs-fuse/s3fs-fuse.svg?branch=master)](https://travis-ci.org/s3fs-fuse/s3fs-fuse) Features