Open djoshea opened 9 years ago
Just to note, from python directly this works:
import boto.glacier
c = boto.glacier.connect_to_region("us-west-1")
c.list_vaults()
Calling glacier
as
glacier --region us-west-1 vault list
I still get the database is locked
error.
Not sure if I have my configuration right, but I'm seeing the stack trace below. Not sure if this is relevant, but I'm on a shared server and have installed everything I needed (including boto and sqlalchemy with pip install --user).
my config looks like this: