minio/cmd/gateway
Harshavardhana 9ca7470ccc
Avoid using jsoniter, move to fastjson (#8063)
This is to avoid using unsafe.Pointer type
code dependency for MinIO, this causes
crashes on ARM64 platforms

Refer #8005 collection of runtime crashes due
to unsafe.Pointer usage incorrectly. We have
seen issues like this before when using
jsoniter library in the past.

This PR hopes to fix this using fastjson
2019-08-19 08:35:52 -10:00
..
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 jsoniter, move to fastjson (#8063) 2019-08-19 08:35:52 -10:00
gateway.go Implement S3-HDFS gateway (#7440) 2019-04-17 09:52:08 -07:00