Skip to content

Commit

Permalink
Added a comment to explain what's Minio
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Feb 7, 2020
1 parent d79fe4e commit c78d894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/framework/scenario.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func (s *Scenario) StartConsul() error {
))
}

// StartMinio starts minio server, used as a local replacement for S3.
func (s *Scenario) StartMinio() error {
return s.StartService(NewService(
"minio",
Expand Down

0 comments on commit c78d894

Please sign in to comment.