Skip to content

Commit

Permalink
Fix typo and remove redundant comment (samuelcolvin#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
odiseo0 authored Jan 11, 2023
1 parent 402c3f9 commit 332855f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ pip install aioaws

```py
import asyncio
# requires `pip install aioaws`
from aioaws.s3 import S3Client, S3Config
from httpx import AsyncClient

Expand Down Expand Up @@ -76,7 +75,7 @@ async def s3_demo(client: AsyncClient):
# delete recursively based on a prefix
await s3.delete_recursive('path/to/')

# generate an upload link suitable for sending to a borwser to enabled
# generate an upload link suitable for sending to a browser to enabled
# secure direct file upload (see below)
upload_data = s3.signed_upload_url(
path='path/to/',
Expand Down

0 comments on commit 332855f

Please sign in to comment.