SAGU icon indicating copy to clipboard operation
SAGU copied to clipboard

Simple Amazon Glacier Uploader. GUI Client for Amazon Glacier. Win/Mac/Linux

Results 15 SAGU issues
Sort by recently updated
recently updated
newest added

Bumps httpclient from 4.5.1 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.1&new-version=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...

dependencies

We need pull requests to be automatically checked (tests, style, coverage, etc.) See https://github.com/marketplace/category/continuous-integration

building

Currently it's unformatted JSON in .txt file

enhancement

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...

refactoring

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...

enhancement

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...

bug

This may be a duplicate of #6 but is SAGU asked

question

Lot of code in SimpleGlacierUploader takes care about logging. Replace it e.g. with slf4j and logback and various appenders.

refactoring

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...

bug