Howdy, I'm researching Python libraries for working with cloud storage and the main two that came up were boto and Libcloud.
boto covers AWS really well, but doesn't support Python 3 currently. Libcloud supports Python 3 and is provider agnostic. That's a significant advantage for my purposes, but after reading through the docs and searching via google a fair bit, I didn't see a clear answer on what sort of support there is for getting and manipulating metadata on cloud objects. Does Libcloud have support for getting/setting metadata in S3 and other cloud storage backends? Any pointers to sample code or docs would be appreciated. Thanks, Jay