You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tooptoop4 thanks for reaching out. This is something that is on the team’s radar. We are currently tracking the request here in the botocore repository: boto/botocore#2365
There is also some overlap here with another issue that I created regarding providing more insight into the startup time: boto/botocore#2553
Please feel free to 👍 or comment on those issues if you have additional feedback to add. I’m going to close this so we can keep tracking the discussions there.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the feature
i am trying to include boto* in my docker image, i only have need for few services like kms/s3/sqs
but i see over 63MB storage taken by just service*json files:
find usr/local/lib/python3.8/site-packages/boto* -type f -name '*json' -ls | awk '{ print $7 }'
Use Case
smaller python package means i can pack more concurrent pods on to my eks workers
Proposed Solution
have ability to install boto3[s3,kms,sqs] or similar without bringing in json/code for other aws services
Other Information
No response
Acknowledgements
SDK version used
boto3==1.21.38 botocore==1.24.38
Environment details (OS name and version, etc.)
Debian GNU/Linux 11 (bullseye)
The text was updated successfully, but these errors were encountered: