You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
+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.
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
.The text was updated successfully, but these errors were encountered: