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
Most part of these 83.6 MB is from its data folder.
Looking at amazon-cloudwatch-publisher code, it doesn't use all libraries from botocore.
Would it be possible to split botocore into multiple packages so the applications which depend on it could use a subset of botocore data files? Therefore using less disk space.
The text was updated successfully, but these errors were encountered:
Seems that there are discussions about reducing botocore data folder size here: boto/botocore#2365
In case this feature is implemented this issue will be solved.
I'm using amazon-cloudwatch-publisher to publish journal logs and metrics to
CloudWatch
in one of our embedded projects.But I've noticed that
botocore
python library takes a lot of space in our system:Most part of these
83.6 MB
is from its data folder.Looking at
amazon-cloudwatch-publisher
code, it doesn't use all libraries frombotocore
.Would it be possible to split
botocore
into multiple packages so the applications which depend on it could use a subset ofbotocore
data files? Therefore using less disk space.The text was updated successfully, but these errors were encountered: