Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Trying to follow this tutorial but stuck when trying to install ‘Concert’ fails after running:
go get -u github.com/minio/concert
Getting the error:
package context: unrecognized import path “context” (import path does not begin with hostname)
What did I wrong? Thanks in advance.
–address your-server-ip:9000
This row should be
–address=sam.ple.ip.adr:9000
I need security advice about file upload risks. Exploits, mimetypes etc. What’s the risks and solutions for minio ?
I was stuck at the concert too… unable to ‘go’ beyond.
Used OpenSSL with ECDSA signature and copied the keys into ~/.minio/certs folder. Worked like a charm. For more information, follow this link. You may need only few statements from it.
https://docs.minio.io/docs/how-to-secure-access-to-minio-server-with-tls
I had an issue here:
go get -u github.com/minio/concert
concert is deprecated. step 4 needs to be updated.
why i do not get bin directory in my GOPATH,and when i run sudo GOPATH/bin/concert gen --dir minio-certs sammy@example.com example.com command ,i get an error. like sudo: GOPATH/bin/concert: command not found.how can i do? here is my go env.
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/lzz/.cache/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/lzz/go"
GORACE=""
GOROOT="/usr/lib/go-1.10"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go-1.10/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build667063449=/tmp/go-build -gno-record-gcc-switches"
This comment has been deleted