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 28ae8df commit dedfc20Copy full SHA for dedfc20
docs/content/core/tracer.mdx
@@ -142,7 +142,7 @@ def sensitive_information_to_be_processed():
142
def get_s3_object(bucket_name, object_key):
143
s3 = boto3.client("s3")
144
s3_object = get_object(Bucket=bucket_name, Key=object_key)
145
- return s3_object
+ return s3_object
146
```
147
148
## Asynchronous and generator functions
0 commit comments