Skip to content

Commit ff999b5

Browse files
moucha19WhyNotHugo
authored andcommitted
Use proxy configuration from environment for Google storage
1 parent 41b4885 commit ff999b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vdirsyncer/storage/google.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def _session(self):
9898
token_updater=self._save_token,
9999
connector=self.connector,
100100
connector_owner=False,
101+
trust_env=True,
101102
)
102103

103104
async def _init_token(self):

0 commit comments

Comments
 (0)