Right now it's not really clear how to check for a key's existence (do I need to do if `Key('name') in bucket`? or just `'name' in bucket`? We need to make sure these special methods are documented with examples in the API docs for the Key class.