Use proxy configuration from environment for Google storage

This commit is contained in:
Petr Moucha 2025-04-03 23:19:32 +02:00 committed by Hugo
parent 41b48857eb
commit ff999b5b74

View file

@ -98,6 +98,7 @@ class GoogleSession(dav.DAVSession):
token_updater=self._save_token,
connector=self.connector,
connector_owner=False,
trust_env=True,
)
async def _init_token(self):