Skip to content

feat(boot): allow minio host/port information to be configurable#82

Merged
bacongobbler merged 1 commit into
deis:masterfrom
bacongobbler:configurable-port
Mar 7, 2016
Merged

feat(boot): allow minio host/port information to be configurable#82
bacongobbler merged 1 commit into
deis:masterfrom
bacongobbler:configurable-port

Conversation

@bacongobbler

Copy link
Copy Markdown
Member

allows me to test certain changes like deis/postgres#62

@bacongobbler bacongobbler self-assigned this Mar 7, 2016
@bacongobbler bacongobbler added this to the v2.0-beta1 milestone Mar 7, 2016
Comment thread boot.go Outdated
}

func newMinioClient(host string, port int, accessKey, accessSecret string, insecure bool) (minio.CloudStorageClient, error) {
func newMinioClient(host string, port string, accessKey, accessSecret string, insecure bool) (minio.CloudStorageClient, error) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bacongobbler you can now write this as host, port, accessKey, accessSecret string, insecure bool

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the above doesn't need to block this PR, however

bacongobbler pushed a commit that referenced this pull request Mar 7, 2016
feat(boot): allow minio host/port information to be configurable
@bacongobbler bacongobbler merged commit a378431 into deis:master Mar 7, 2016
@bacongobbler bacongobbler deleted the configurable-port branch March 7, 2016 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants