I started the script, but it doesn't seem to do so much. I can list all vaults, it doesn't seem to delete any archive.
$ python removeVault.py eu-west-1 myVault
10:37:14 - INFO : Running with 1 processes
10:37:14 - INFO : Found credentials in environment variables.
10:37:14 - INFO : Starting new HTTPS connection (1): sts.amazonaws.com
10:37:15 - INFO : Working on AccountID: 405759245276
10:37:15 - INFO : Connecting to Amazon Glacier...
10:37:15 - INFO : Getting selected vault... [myVault]
10:37:15 - INFO : Starting new HTTPS connection (1): glacier.eu-west-1.amazonaws.com
10:37:15 - INFO : Working on ARN arn:aws:glacier:eu-west-1:405759245276:vaults/myVault
10:37:15 - INFO : Getting jobs list...
10:37:15 - INFO : No existing job found, initiate inventory retrieval...
10:37:15 - INFO : Starting new HTTPS connection (1): glacier.eu-west-1.amazonaws.com
10:37:15 - INFO : Job ID : xxxx
10:37:15 - INFO : Job Creation Date: 2018-07-05T08:37:15.741Z
10:37:15 - INFO : Inventory not ready, sleep for 10 mins...
10:47:15 - INFO : Resetting dropped connection: glacier.eu-west-1.amazonaws.com
10:47:15 - INFO : Inventory not ready, sleep for 10 mins...
10:57:15 - INFO : Resetting dropped connection: glacier.eu-west-1.amazonaws.com
10:57:16 - INFO : Inventory not ready, sleep for 10 mins...
11:07:16 - INFO : Resetting dropped connection: glacier.eu-west-1.amazonaws.com
11:07:17 - INFO : Inventory not ready, sleep for 10 mins...
11:17:17 - INFO : Resetting dropped connection: glacier.eu-west-1.amazonaws.com
11:17:17 - INFO : Inventory not ready, sleep for 10 mins...
11:27:17 - INFO : Resetting dropped connection: glacier.eu-west-1.amazonaws.com
11:27:17 - INFO : Inventory not ready, sleep for 10 mins...
Hello,
I started the script, but it doesn't seem to do so much. I can list all vaults, it doesn't seem to delete any archive.
Is this normal behaviour?