aio-libs / aiobotocore

asyncio support for botocore library using aiohttp
https://aiobotocore.aio-libs.org
Apache License 2.0
1.16k stars 182 forks source link

New example of `get_object` #1062

Closed grigoriev-semyon closed 9 months ago

grigoriev-semyon commented 9 months ago

Description of Change

I've added a description of how to use the get_object method when using AsyncExitStack.

Fixes: #1061

Checklist for All Submissions

grigoriev-semyon commented 9 months ago

thx to @SirGrigory for help in finding a solution to the problem

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ab08687) 86.46% compared to head (861a6d0) 86.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1062 +/- ## ======================================= Coverage 86.46% 86.46% ======================================= Files 60 60 Lines 5814 5814 ======================================= Hits 5027 5027 Misses 787 787 ``` | [Flag](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1062/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aio-libs/aiobotocore/pull/1062/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs) | `86.46% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aio-libs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thehesiod commented 9 months ago

ty!