1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

54 Commits

Author SHA1 Message Date
Harshavardhana
780ccc26f7 server: Validate server arguments for duplicates. ()
- Validates invalid format inputs.
- Validates duplicate entries.
- Validates sufficient amount of disks.

Partially fixes 
2016-09-13 21:18:30 -07:00
Harshavardhana
e3de237eb8 Move config to v7 to fix previous v6 bug on null Notification entries. ()
Thanks to @koolhead17 for reporting this.
2016-09-10 00:51:25 -07:00
Krishna Srinivas
400e9309f1 Signature-V4: Include content-length for signature calculation. ()
This is to be compatible with clients which includes content-length for signature calculation
(and hence deviating from AWS Signature-v4 spec)
2016-09-09 09:38:07 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00