build: ineffassign fixes. (#3134)

This commit is contained in:
Karthic Rao
2016-10-31 12:02:46 +05:30
committed by Harshavardhana
parent dd6ecf1193
commit 3e8cb8c937
4 changed files with 11 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
MINIO_VOLUMES=node1:/tmp/drive1 node2:/drive1 node3:/tmp/drive1 minio4:/tmp/drive1
# Use if you want to run Minio on a custom port.
MINIO_OPTS="--address :9199"
# Acess Key of the server.
# Access Key of the server.
MINIO_ACCESS_KEY=Server-Access-Key
# Secret key of the server.
MINIO_SECRET_KEY=Server-Secret-Key