We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359d156 commit 54faa6cCopy full SHA for 54faa6c
instrumentation/opentelemetry-instrumentation-botocore/tests/README.md
@@ -1,7 +1,8 @@
1
## Recording calls
2
3
If you need to record calls you may need to export authentication variables and the default region as environment
4
-variables in order to have the code work properly.
+variables in order to have the code work properly. The recorded tests assume the region us-east-1, so ensure that
5
+AWS_DEFAULT_REGION is set accordingly when recording new calls.
6
Since tox blocks environment variables by default you need to override its configuration to let them pass:
7
8
```
0 commit comments