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
Post a Comment