powershell - Unable to delete AWS Glacier archive, possible due to archive_id name? -


i'm on windows 8.1 (don't ask why) , using aws cli within powershell.

i ran job list archives given vault completed successfully. deleted 23 of 24 of archives successfully.

one archive cannot delete can't fathom out why, other fact archive-id beings minus sign:

aws glacier delete-archive --vault-name my_glacier_vault_name --account-id - --archive-id "-lai63adp..."

error: aws.exe: error: argument --archive-id: expected 1 argument

does have suggestions, please? (other creating linux vm, authenticating , trying same command there).

try replacing --archive-id "-lai63adp..." --archive-id="-lai63adp..."

i found @ https://github.com/aws/aws-cli/issues/1135 , https://github.com/aws/aws-cli/issues/1409 , more places.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -