Based on the comments.
The solution was to use:
aws s3api list-buckets --query 'sum(Versions[*].Size || [`0`])'
CLICK HERE to find out more related problems solutions.
Based on the comments.
The solution was to use:
aws s3api list-buckets --query 'sum(Versions[*].Size || [`0`])'
CLICK HERE to find out more related problems solutions.