(test) s3 logging

This commit is contained in:
ishaan-jaff 2024-02-08 11:11:19 -08:00
parent c2b948e6a9
commit 6eb17cd916

View file

@ -66,6 +66,7 @@ def test_s3_logging():
response = asyncio.run(_test())
expected_keys.append(response.id)
print(f"response: {response}")
time.sleep(5) # wait 5s for logs to land
import boto3