mirror of
https://github.com/minio/minio.git
synced 2025-01-27 14:43:18 -05:00
2469c9c591
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.