1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 06:33:18 -05:00
Commit Graph

9 Commits

Author SHA1 Message Date
Harshavardhana
64fde1ab95
xl/zones: return errNoHealRequired when no heal is required ()
Zone abstraction of object layer was returning `nil`
incorrectly under situations where disk healing is
not required. Returning `nil` is considered as healing
successful, which leads to unexpected ReloadFormat()
peer notification calls during startup.

This PR fixes this behavior properly for zones.
2020-01-15 17:19:13 -08:00
Anis Elleuch
169e8742fc mint: Use https for access to maven reposity ()
Maven repository requires HTTPS now. This lead to issues
building mint image in aws-sdk-java & minio-java.

The PR fixes the issue and also bump aws sdk version in
aws-sdk-java to the latest.
2020-01-15 15:48:49 -08:00
kannappanr
eaa838a63f mint: Change aws cli version () 2019-12-24 19:58:19 -08:00
Harshavardhana
26863009c0 Load certs even if they are symlinks () 2019-11-08 11:59:20 +05:30
Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ()
Read more https://blog.golang.org/go1.13
2019-09-08 16:44:15 -07:00
poornas
4553db3872 mint: turn off progress for awscli sync test ()
Bumping up to awscli 1.11.177 which supports --no-progress flag
2019-08-30 10:26:48 -07:00
Harshavardhana
b83413b167 Use GOPROXY to speed up builds ()
Read more here https://proxy.golang.org proposal 
for go1.13
2019-07-30 22:27:11 +05:30
poornas
045e1fed2b Fix dotnet tests build to be project structure agnostic () 2019-07-11 12:51:30 +05:30
Harshavardhana
1dc25bcf5f
Add mint tests into MinIO repo () 2019-07-09 18:32:39 -07:00