function s3du () { aws s3api list-objects --bucket "$1" --output json --query "{bytes: sum(Contents[].Size), objects: length(Contents[])}"; }