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.
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.