SAGU
SAGU copied to clipboard
Simple Amazon Glacier Uploader. GUI Client for Amazon Glacier. Win/Mac/Linux
Bumps httpclient from 4.5.1 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
We need pull requests to be automatically checked (tests, style, coverage, etc.) See https://github.com/marketplace/category/continuous-integration
It would be fine to have suite of "end-to-end integration" tests preventing regression. Infrastructure for unit tests is done, but we miss support for UI tests and mocking of AWS...
There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own...
On my Macbook Pro Retina this Java app triggers the machien to use its discrete GPU instead of the integrated one. This causes both the fans to go up and...
This may be a duplicate of #6 but is SAGU asked
Lot of code in SimpleGlacierUploader takes care about logging. Replace it e.g. with slf4j and logback and various appenders.
I'm getting reports that large file uploads are failing with InvalidSignatureException errors. There appear to be different file limit thresholds for each user, some people can upload files of several...