mirror of
https://github.com/Luzifer/s3sync.git
synced 2024-12-20 03:21:16 +00:00
Knut Ahlers
627fe09bac
- Drop MD5 checksumming - Replace logging to stdout - Add Endpoint flag for MinIO support - Switch to Go modules support Signed-off-by: Knut Ahlers <knut@ahlers.me>
8 lines
163 B
Makefile
8 lines
163 B
Makefile
default:
|
|
|
|
lint:
|
|
golangci-lint run ./...
|
|
|
|
publish:
|
|
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
|
|
bash golang.sh
|