commit | 63e97c16cb4207f46d4b00f29ec608d4d051366e | [log] [tgz] |
---|---|---|
author | Evan Parker <evanp@google.com> | Thu Nov 16 10:53:47 2017 -0800 |
committer | Craig Citro <craigcitro@gmail.com> | Thu Nov 16 10:53:47 2017 -0800 |
tree | 350e73af2dcf8bf2eaf2ae5a10d360b40206c569 | |
parent | 4220ed9b6add81c8324283e6b7aa3cdb69265883 [diff] |
Update client to accommodate oauth2client>=4.0 (#184) This changes has been needed for a while now. The main blocker seems to be the use of locked_file for caching GCE credentials. I've added a simple multiprocess lockable file cache that uses a similar approach to that used in ouath2client's multiprocess file storage. Submission of this should close issue #162.