tigris stat
Show storage stats (no args), bucket info, or object metadata.
Usage
tigris stat [path]
t3 stat [path]
Paths support the optional t3:// (or tigris://) prefix (e.g.
t3://my-bucket/path or just my-bucket/path).
Flags
| Name | Required | Default | Description |
|---|---|---|---|
--format, -f | No | table | Output format. Options: json, table, xml |
Examples
# Show overall storage stats
tigris stat
# Show bucket info
tigris stat t3://my-bucket
# Show object metadata
tigris stat t3://my-bucket/my-object.json