Skip to content

Instantly share code, notes, and snippets.

@koolhead17
Last active April 17, 2017 13:35
Show Gist options
  • Save koolhead17/75290e448a2487477c7de8bf1ce06d11 to your computer and use it in GitHub Desktop.
Save koolhead17/75290e448a2487477c7de8bf1ce06d11 to your computer and use it in GitHub Desktop.
cd $GOPATH/src/github.com/minio/minio
git remote add dc https://github.com/dutchcoders/minio.git
git fetch dc feature-gateway-cache
git checkout dc/feature-gateway-cache
go build
MINIO_ACCESS_KEY=Q3AM3UQ867SPQQA43P2F MINIO_SECRET_KEY=zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG ./minio gateway s3 https://play.minio.io:9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment