mirror of
https://github.com/minio/minio.git
synced 2025-03-24 06:24:14 -04:00
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.