The PR that implements Threads support added a new env variable to support AWS temporary credentials, which requires a session token, but the variable was only set for development so when running in production we get this:
cannot import name 'AWS_SESSION_TOKEN' from 'bc.settings' (/opt/bigcases2/bc/settings/__init__.py)
The PR that implements Threads support added a new env variable to support AWS temporary credentials, which requires a session token, but the variable was only set for development so when running in production we get this:
This PR solves this issue.