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
boto uses the deprecated imp module from the standard library, which means it will eventually stop working.
I tried to use boto3, but I don't understand what's happening in auth.py from reading the boto docs. I'm willing to put more work into it if someone can explain it.
The text was updated successfully, but these errors were encountered:
boto is dead and boto3 should be used instead.
boto uses the deprecated imp module from the standard library, which means it will eventually stop working.
I tried to use boto3, but I don't understand what's happening in auth.py from reading the boto docs. I'm willing to put more work into it if someone can explain it.
The text was updated successfully, but these errors were encountered: