"""Init.""" from os import environ environ['AWS_ACCESS_KEY_ID'] = 'foo' environ['AWS_SECRET_ACCESS_KEY'] = 'foo' environ['AWS_SESSION_TOKEN'] = 'foo'