aws_role_credentials
aws_role_credentials copied to clipboard
Fix to support python 3.9: getiterator() -> iter()
xml.etree.ElementTree.Element.getiterator() has been deprecated since Python 2.7, and has been removed in Python 3.9. Replace all instances of Element.getiterator(tag) with Element.iter(tag)