In a similar vein to this question, I'd like a way to check how much disk space an S3 bucket is using. But, I'd like to do it through the boto
library in python rather than through a command-line script.
I looked through the documentation page and didn't see anything that might get the job done. Is there a way to do this or am I stuck shelling out?