s3update icon indicating copy to clipboard operation
s3update copied to clipboard

Enable your Golang applications to self update with S3

Results 3 s3update issues
Sort by recently updated
recently updated
newest added

Currently, if something happen during the download process, the binary file is corrupted and need to be manually restored. I propose doing a very simple verification by checking the downloaded...

Currently only tests for errors. A test for a working update via S3 would require a mocked S3 that's being started and stopped from the test. I think that can...