Skip to main content

add a note about interesting features

ID
587e8c6
date
2023-04-30 21:10:13+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
ce8bc12
message
add a note about interesting features
changed files
1 file, 11 additions

Changed files

aws/s3tree.py (8144) → aws/s3tree.py (8578)

diff --git a/aws/s3tree.py b/aws/s3tree.py
index d6a722e..e5368e6 100755
--- a/aws/s3tree.py
+++ b/aws/s3tree.py
@@ -25,6 +25,17 @@ a complete listing.  Here's an example of what the output looks like:
 The folder names link to the S3 console, so I can jump into exploring the
 objects in more detail if useful.
 
+== Interesting features ==
+
+*   It tries to pick an appropriate IAM role based on the bucket name
+    (this only works for some buckets, and ones I have access to).
+
+*   The folder names are all clickable links that go to the S3 console,
+    so I can jump into more detailed inspection.
+
+*   It does natural sorting of S3 keys rather than alphabetical, which is
+    useful when I have lots of numeric-esque keys like in the example.
+
 """
 
 import argparse