minio/vendor/github.com
Harshavardhana 716316f711 Reduce number of envs and options from command line. (#3230)
Ref #3229

After review with @abperiasamy we decided to remove all the unnecessary options

- MINIO_BROWSER (Implemented as a security feature but now deemed obsolete
  since even if blocking access to MINIO_BROWSER, s3 API port is open)
- MINIO_CACHE_EXPIRY (Defaults to 72h)
- MINIO_MAXCONN (No one used this option and we don't test this)
- MINIO_ENABLE_FSMETA (Enable FSMETA all the time)

Remove --ignore-disks option - this option was implemented when XL layer
 would initialize the backend disks and heal them automatically to disallow
 XL accidentally using the root partition itself this option was introduced.

This behavior has been changed XL no longer automatically initializes
`format.json`  a HEAL is controlled activity, so ignore-disks is not
useful anymore. This change also addresses the problems of our documentation
going forward and keeps things simple. This patch brings in reduction of
options and defaulting them to a valid known inputs.  This patch also
serves as a guideline of limiting many ways to do the same thing.
2016-11-11 16:40:55 -08:00
..
Sirupsen/logrus vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
cheggaaa/pb vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
dgrijalva/jwt-go vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
dustin/go-humanize vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
elazarl/go-bindata-assetfs ui-assets: Integrate UI assets. 2016-02-04 18:07:05 -08:00
fatih vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
gorilla vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
hashicorp/go-version rewrite minio runtime checks 2016-02-15 17:56:56 +05:30
klauspost vendor: update reedsolomon package with new changes. (#2870) 2016-10-06 21:57:42 -07:00
lib/pq Add PostgreSQL notifier (#2739) (#2824) 2016-10-03 17:29:55 -07:00
mattn vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
minio New dsync and added ForceUnlock to lock rpc server (#2956) 2016-10-17 01:53:29 -07:00
nats-io Add NATS notifier (#2795) 2016-09-29 23:42:10 -07:00
pkg/profile Remove errors package, add comments and simplify. (#2925) 2016-10-14 12:31:00 -07:00
rs vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
skyrings/skyring-common backend/fs: Refactor multipart upload 2016-04-05 22:22:29 +05:30
streadway/amqp api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
tidwall performance: gjson parsing for readXLMeta, listParts, getObjectInfo. (#2631) 2016-09-13 21:18:30 -07:00