numblr / glaciertools

Command line (bash) scripts to upload large files to AWS glacier using multipart upload and to calculate the required tree hash
MIT License
69 stars 19 forks source link

aws cli should be configured to output JSON #13

Closed vbichkovsky closed 5 years ago

vbichkovsky commented 5 years ago

Documentation doesn't say that this is a requirement. So, in case aws cli was already pre-configured to output text, the tool won't work.

numblr commented 5 years ago

Hi,

Thanks for the hint. Does the fix on this branch solve your issue, or do you for some reason need the final output to respect the configured output format?

Best, Thomas

vbichkovsky commented 5 years ago

Hello! Thank you for the quick response! Unfortunately, I could not do the real test (already finished the job by re-configuring aws to output JSON and stopped the server). As for the final output, I have no reasons to require it to respect the configured output format.

numblr commented 5 years ago

Ok, I'll test it and then merge the fix to master. Thanks again for the input :)