From 2c8969bfa5c28e39e999a69ffe6e280874e40efa Mon Sep 17 00:00:00 2001 From: j50n Date: Sun, 11 Jun 2023 12:18:38 -0600 Subject: [PATCH] wordsmith introduction --- site/src/introduction.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/src/introduction.md b/site/src/introduction.md index 7545b90..4fb8077 100644 --- a/site/src/introduction.md +++ b/site/src/introduction.md @@ -1,6 +1,10 @@ # Introduction -## Efficient `du` for S3 Buckets +## Concurrent Total Used Storage for S3 Buckets + +`proc` supports controlled concurrent operations. This is the feature missing from `Promise.all()`. + +If you have to work with S3 buckets, you know it is time consuming to determine how much storage space you are using/paying for, and where you are using the most storage. `proc` makes it possible to run `ls --summarize` with parallelism matching the number of CPU cores available (or whatever concurrency you specify). To list the `s3` buckets in your AWS account from terminal: