Why does Dynaconf Object Access fail after loading config from S3 unless iterated over?
I'm encountering a strange issue while loading TOML configuration files from an AWS S3 bucket into a Dynaconf object in Python. Here's a simplified version of the code I'm using: import os import boto3 from dynaconf import Dynaconf def load_settings(template_name:…