One more attempt with Claude's help to close connections

This commit is contained in:
Raghotham Murthy 2025-10-07 12:28:31 -07:00
parent fa100c77fd
commit a424815804
16 changed files with 132 additions and 38 deletions

View file

@ -181,7 +181,8 @@ class S3FilesImpl(Files):
)
async def shutdown(self) -> None:
pass
if self._sql_store:
await self._sql_store.close()
@property
def client(self) -> boto3.client: