Skip to content

Commit 499ac59

Browse files
authored
Delete botocore API schemas that we don't use to save disk space (#22283)
* Delete botocore API models that we don't use to save disk space * keep more schemas, thanks codex!
1 parent 48e08f8 commit 499ac59

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.builders/scripts/files_to_remove.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ excluded_paths = [
1616
"gssapi/**/py.typed",
1717

1818
# --- Tests ---
19-
19+
2020
"idlelib/idle_test/",
2121
"bs4/tests/",
2222
"Cryptodome/SelfTest/",
@@ -42,4 +42,18 @@ excluded_paths = [
4242
"vertica_python/tests/",
4343
"websocket/tests/",
4444
"win32com/test/",
45+
46+
# --- Botocore ---
47+
"botocore/data/*",
48+
# We use sts in several integrations for assuming roles:
49+
# - amazon_msk
50+
# - postres
51+
# - mysql
52+
"!botocore/data/sts",
53+
# amazon_msk also needs the kafka client.
54+
"!botocore/data/kafka",
55+
# postgres and mysql also need the rds.
56+
"!botocore/data/rds",
57+
# Riakcs integration monitors s3.
58+
"!botocore/data/s3",
4559
]

0 commit comments

Comments
 (0)