question! what has higher precedence? PREFECT__CON...
# prefect-community
c
question! what has higher precedence? PREFECT__CONTEXT__SECRETS__AWS_CREDENTIALS or Items 3-8 from https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials
i'm guessing if
PREFECT__CONTEXT__SECRETS__AWS_CREDENTIALS
is set, a boto3.client() is created with those credentials, so Item 1?
k
This is the function for that. I believe it’s the Prefect Secret. Otherwise it goes here without anything filled and pulls from local
Prefect uses 2 basically
c
ok thank you!