uskudnik / amazon-glacier-cmd-interface

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

Resume fails with latest master branch #105

Closed echamberlain closed 11 years ago

echamberlain commented 11 years ago

When I attempt to use resume with the latest master branch, the pending upload is not detected and a new upload is started.

Using uploadid works correctly.

Is this a known issue or is there something I can do to provide more info?

uskudnik commented 11 years ago

I suspect https://github.com/uskudnik/amazon-glacier-cmd-interface/pull/100 could be the problem. Can you comment that stop += 1 or change to [start:stop+1] if applicable?

wvmarle commented 11 years ago

--resume function is not yet implemented there (this is mentioned in the docs when you do a --help). At the time I only set up the command line option.

echamberlain commented 11 years ago

Oh, I hadn't realized that hadn't been merged in yet. I ended up having too many exceptions and went back to the parallel_uploads branch.