This website works better with JavaScript.
Explore
Help
Sign In
oyd
/
minio
Watch
6
Star
1
Fork
You've already forked minio
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5308
Commits
1
Branch
0
Tags
89 MiB
Tag:
Branch:
Tree:
d07fb41fe8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd07fb41fe8'
${ noResults }
minio
/
vendor
/
github.com
/
inconshreveable
/
go-update
/
hide_noop.go
8 lines
85 B
Raw
Normal View
History
Unescape
Escape
Support in-place upgrades of new minio binary and releases. (#4961) This PR allows 'minio update' to not only shows update banner but also allows for in-place upgrades. Updates are done safely by validating the downloaded sha256 of the binary. Fixes #4781
7 years ago
// +build !windows
package
update
func
hideFile
(
path
string
)
error
{
return
nil
}