Last active
October 15, 2021 05:20
-
-
Save andgineer/8602627b3e6e95f0e189a59f96b37c4b to your computer and use it in GitHub Desktop.
aiobojtocore client context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
session = get_session() | |
async with session.create_client("s3") as s3_temp: | |
s3_object = await s3_temp.get_object(Bucket=bucket, Key=key) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment