Skip to content

Commit

Permalink
Add botocore-a-la-carte reference to s3 URL Handler (Cherry-pick of
Browse files Browse the repository at this point in the history
#19055) (#19109)

It has a much smaller footrprint, 517.6 kB currently.

Co-authored-by: Joshua Cannon <joshdcannon@gmail.com>
  • Loading branch information
WorkerPants and thejcannon authored May 25, 2023
1 parent 079363c commit 170f792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/url_handlers/s3/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def access_aws_credentials() -> AWSCredentials:
To do that add an entry to `[GLOBAL].plugins` of a pip-resolvable package to download from PyPI.
(E.g. `botocore == 1.29.39`). Note that the `botocore` package from PyPI at the time
of writing is >70MB, so an alternate package providing the `botocore` modules may be
advisable.
advisable (such as [`botocore-a-la-carte`](https://pypi.org/project/botocore-a-la-carte/)).
"""
)
)
Expand Down

0 comments on commit 170f792

Please sign in to comment.