iffystiffy

Results 5 comments of iffystiffy

![image](https://user-images.githubusercontent.com/4148339/189965414-24b4c09c-2010-41b8-8a01-1ba76d0c912b.png) Here is the example code I tried to follow from the setup document. I tried even doing a os.enviro['AWS_PROFILE'] = 'adfs' with no luck

Right now I reinstalled boto3 botocore from 1.27.68 to 1.27.71 and I am still getting the "botocore.exceptions.ProfileNotFound: The config profile (adfs) could not be found" error. I am not sure...

I tried `yield boto3.client("s3", region_name="us-east-1")` and its still giving me the same `adfs` error. I did a complete copy and paste of the tutorial code posted on the moto website...

yeah I got rid of `os.environ["AWS_PROFILE"] = "asdf"` as well with no luck.

I was following this tutorial https://www.learnaws.org/2020/12/01/test-aws-code/ word for word