Project: gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.

Project Details

Latest version
3.0
Home Page
https://developers.google.com/storage/docs/gspythonlibrary
PyPI Page
https://pypi.org/project/gcs-oauth2-boto-plugin/

Project Popularity

PageRank
0.0016501393492548986
Number of downloads
611333

gcs-oauth2-boto-plugin is a Python application whose purpose is to behave as an auth plugin for the boto auth plugin framework for use with OAuth 2.0 credentials for the Google Cloud Platform. This plugin is compatible with both user accounts and service accounts, and its functionality is essentially a wrapper around oauth2client with the addition of automatically caching tokens for the machine in a thread- and process-safe fashion.