Is it possible to grab the size of a cloudfiles object without retrieving the whole object?
I have 500,000 files that I want to know the byte size of, but if I request the whole object on each one it will cost me $100 in bandwidth charges.
I know I can get a list of objects in a container, but that only seems to give me the name of the objects?
Thanks, and help appreciated.