I'm using paperclip to send files to S3, and i want to know how much space each user is consuming.
For each user i have a folder user/:id/files/.
I can register in my database how much space costs each file when i save it, but i prefere to check it directly at S3, there is an easy way?