This operation deletes an archive from a vault.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/glacier/delete-archive.html
aws glacier delete-archive --account-id - --vault-name myvault --archive-id xxxyyyzzz |
Think, Forrest! Think! : http://forrestbao.blogspot.com/ |
aws glacier delete-archive --archive-id='" + archive['ArchiveId'] + "' --vault-name " + vault_name + " --acc |
How to delete Vault (AWS Glacier) 揃 GitHub : http://gist.github.com/Remiii/507f500b5c4e801e4ddc |
aws glacier delete-archive --account-id XXXXXX --vault-name XXXX --archive-id |
amazon web services - List files in Glacier with AWS CLI - Stack Overflow : http://stackoverflow.com/questions/28945085/list-files-in-glacier-with-aws-cli |