Last active
April 17, 2017 13:35
-
-
Save koolhead17/75290e448a2487477c7de8bf1ce06d11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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