leeroybrun / glacier-vault-remove

Remove all archives stored inside an Amazon Glacier vault, even if you have a huge number of them.
379 stars 50 forks source link

Fix tabs and spaces #33

Closed dhermyt closed 7 years ago

dhermyt commented 7 years ago

Fixes error

File "C:/Projects/glacier-vault-remove/removeVault.py", line 84
    os.environ['AWS_ACCESS_KEY_ID'] = config['AWSAccessKeyId']
                                                             ^
TabError: inconsistent use of tabs and spaces in indentation