tigris ls
List all buckets (no arguments) or objects under a bucket/prefix path. Accepts
bare names or t3:// URIs.
Alias: list
Usage
tigris ls [path]
t3 list [path]
Paths support the optional t3:// (or tigris://) prefix (e.g.
t3://my-bucket/path or just my-bucket/path).
Examples
# List all buckets
tigris ls
# List objects in a bucket
tigris ls my-bucket
# List objects under a prefix
tigris ls my-bucket/images/
# Using t3:// prefix
tigris ls t3://my-bucket/prefix/