minio/cmd/gateway
Harshavardhana b52a3e523c Avoid using fastjson parser pool, move back to jsoniter (#8190)
It looks like from implementation point of view fastjson
parser pool doesn't behave the same way as expected
when dealing many `xl.json` from multiple disks.

The fastjson parser pool usage ends up returning incorrect
xl.json entries for checksums, with references pointing
to older entries. This led to the subtle bug where checksum
info is duplicated from a previous xl.json read of a different
file from different disk.
2019-09-06 04:21:27 +05:30
..
azure Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
b2 Switch to kurin/blazer from minio/blazer fork for b2 gateway (#7879) 2019-07-09 08:14:02 -07:00
gcs Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
hdfs Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
nas Adjusts help content dynamically according to OS (#7646) 2019-05-15 14:02:44 +05:30
oss Update go mod with sem versions of our libraries (#7687) 2019-05-29 16:35:12 -07:00
s3 Avoid using fastjson parser pool, move back to jsoniter (#8190) 2019-09-06 04:21:27 +05:30
gateway.go Implement S3-HDFS gateway (#7440) 2019-04-17 09:52:08 -07:00