Previously, `sm_west` was the same as `sm_east` due to hashing the input arguments to the same key. python sm_east = s1crets.providers.aws.SecretsManager(sts_args={"aws_region": "us-east-1"}) sm_west = s1crets.providers.aws.SecretsManager(sts_args={"aws_region": "us-west-2"})