List Your Buckets and Inspect One
r2
// what it does
`list` shows every bucket on the account; `info` reports a single bucket's creation date, location, default storage class, and approximate object count and total size. Reach for `info` when you want a quick size/cost sanity check without opening the dashboard.
// shell
$ wrangler r2 bucket list$ wrangler r2 bucket info my-bucket// gotcha
The object count and size in `info` are computed periodically, not in real time, so they can lag recent uploads or deletes by a while.