We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84fd2d commit 3d8aa70Copy full SHA for 3d8aa70
news/bugfix-5149.md
@@ -0,0 +1,6 @@
1
+`s3()`: Eliminated indefinite memory usage increase for each reload.
2
+
3
+The increased memory usage is caused by the `botocore` library, which
4
+caches the session information. We only need the Session object, if
5
+`role()` is set. The increased memory usage still happens with that set,
6
+currently we only fixed the unset case.
0 commit comments