GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Moving to boto3 #53

Open knoepfel opened 3 years ago

knoepfel commented 3 years ago

What is the timescale from moving from boto to boto3? We routinely encounter a warning in boto (through gcs-oauth2-boto-plugin) that uses the deprecated import imp.

githorse commented 3 years ago

+1. Looks it hasn't been officially released since 2018. No new commits since then. I was seeing bugs in the last released boto version 2018; having better luck cloning and building boto from source. Definitely looks like boto(2) is dead.