From a1bc3136c182599f7b4b3404dfde4f09cea64082 Mon Sep 17 00:00:00 2001 From: Lindsay Roberts Date: Sat, 19 Nov 2022 10:05:29 +0200 Subject: [PATCH] v0.8.9: ls: --list-files, --list-directories --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 336f167..ea0bf4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sup3" -version = "0.8.8" +version = "0.8.9" edition = "2021" authors = ["Lindsay Roberts "] license = "MIT" diff --git a/README.md b/README.md index 781aeec..b0c9af9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Anything and everything could go wrong. The [Rust AWS SDK](https://github.com/aw * [ ] Binary size reduction * [x] Upload arguments, e.g. ACLs * [ ] Config file support -* [ ] List only files or only directories +* [x] List only files or only directories * [x] List paging * [ ] Server to server copy * [x] Custom endpoints for other S3-compatible hosts (`--endpoint`)