What is the correct format for AWS secret environm...
# ask-community
x
What is the correct format for AWS secret environment variables? I tried the following, but it doesn't seem to work:
Copy code
PREFECT__CONTEXT__SECRETS__AWS_CREDENTIALS={"ACCESS_KEY": "myaccesskey", "SECRET_ACCESS_KEY": "mysecretaccesskey"}
k
Hey @xyzy, This looks properly configured to me - are you `export`ing this for later retrieval? We may also need more information about how you are attempting to access your
AWS_CREDENTIALS
in your flow.
x
sorry, seems I copied the wrong secrets, now it is working
👍 2