Skip to content

Commit

Permalink
Update README.md (#614)
Browse files Browse the repository at this point in the history
Clarify usage of high level api
  • Loading branch information
jonalm authored Apr 17, 2023
1 parent 7b09ec0 commit c16fb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For example again, to list the objects in an S3 bucket:
using AWS: @service
@service S3

S3.list_objects("/your-bucket")
S3.list_objects("your-bucket") # note: no '/' in front of bucket name
```

The high-level function calls are wrapped around the low-level function calls, meaning you can still pass along any low-level `kwargs` such as `aws_config` when making these requests.
Expand Down

0 comments on commit c16fb18

Please sign in to comment.