List Object Storage buckets yc

List buckets with size cap in GiB and storage class in one pass

yc storage bucket list --format json | jq -r '.[] | "\(.name)\t\(.max_size/1073741824)GiB\t\(.default_storage_class)"'