minio/mint/run/core
Harshavardhana 7ea026ff1d
fix: reply back user-metadata in lower case form (#9697)
some clients such as veeam expect the x-amz-meta to
be sent in lower cased form, while this does indeed
defeats the HTTP protocol contract it is harder to
change these applications, while these applications
get fixed appropriately in future.

x-amz-meta is usually sent in lowercased form
by AWS S3 and some applications like veeam
incorrectly end up relying on the case sensitivity
of the HTTP headers.

Bonus fixes

 - Fix the iso8601 time format to keep it same as
   AWS S3 response
 - Increase maxObjectList to 50,000 and use
   maxDeleteList as 10,000 whenever multi-object
   deletes are needed.
2020-05-25 16:51:32 -07:00
..
aws-sdk-go add gateway object tagging support (#9124) 2020-05-23 11:09:35 -07:00
aws-sdk-java migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
aws-sdk-php fix: reply back user-metadata in lower case form (#9697) 2020-05-25 16:51:32 -07:00
aws-sdk-ruby migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
awscli fix mint tests in awscli to ignore NotImplemented properly (#9561) 2020-05-08 22:32:10 -07:00
healthcheck migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
mc migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
minio-dotnet migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
minio-go migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
minio-java migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
minio-js migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
minio-py migrate mint tests to latest versions (#9424) 2020-04-22 16:06:58 -07:00
s3cmd mint tests s3cmd remove copy object test (#9595) 2020-05-13 19:55:34 -07:00
s3select mint: Add more SQL tests (#9540) 2020-05-15 11:20:57 -07:00
security enable full linter across the codebase (#9620) 2020-05-18 09:59:45 -07:00