forked from Mirrors/minio
Incoming request params in presigned can come in different order for different implementations. Rather than verifying a full string we should verify individual params instead. This patch fixes an incompatibility issue with AWS SDK Java. Fixes #1059 - Thanks to @notnoopci for reporting this problem.