uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
375 stars 103 forks source link

unable to retrieve successful inventory job #151

Open jcvi opened 10 years ago

jcvi commented 10 years ago

I issued a inventory job and the following calls show the job status

glacier-cmd describejob glacier-cmd listjobs

The job status is 'Succeeded '.

The command line interface does not provide method to return the boto get_job_output results for this job id.

How do you retrieve the job results ?

uskudnik commented 10 years ago

download or getarchive should do the trick if I understand your problem correctly? First one is a bit implicit ("you will have to uniquely identify the file either by its file name, its description, or limit the search by region and vault"), the second one takes archive ID as its argument.