Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't abortmultipart when Upload ID starts with '-' #173

Open
alescdb opened this issue Feb 27, 2015 · 2 comments
Open

Can't abortmultipart when Upload ID starts with '-' #173

alescdb opened this issue Feb 27, 2015 · 2 comments

Comments

@alescdb
Copy link

alescdb commented Feb 27, 2015

I had an upload id starting with "-" and when I tried to abort it glacier-cmd take it as an argument.
I've tried to backslash it, to put it between " and ', without luck.

shell> glacier-cmd abortmultipart Bacula "-FscRGvYfRHoOcoodWPXPt3oOE6gjqaZHozjz5unXNxiYD9vlagkdD4OtSfBGWaUryr0dWenxh0f739HaUd1wQAo65JR"
usage: glacier-cmd abortmultipart [-h] vault uploadId
glacier-cmd abortmultipart: error: too few arguments

@Gisi0
Copy link

Gisi0 commented Mar 24, 2015

Hi,
you must enter ... Bacula -- -Fsc... or -- "-Fsc..." to abort the part.

@dz-cies
Copy link

dz-cies commented Sep 9, 2015

@Gisi0 This works. But how can I resume the upload? Both glacier-cmd upload ... --uploadid -Fsc... and glacier-cmd upload ... --uploadid -- -Fsc... complain "error: argument --uploadid: expected one argument".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants