So, the concept is to get a summary of the size of each S3 bucket - almost like the du
command on Linux.
The code concept from below is still untested, but I will soon test it and hopefulle have a modified general purpose utility for wider use.
Basic code from stackexchange.com:
#!/bin/bash
aws_profile=('profile1' 'profile2' 'profile3');
#loop AWS profiles