minio/cmd/gateway
Harshavardhana 4ec9b349d0
azure: Fix upload corruption with PutObject() on certain sizes (#8330)
On objects bigger than 100MiB can have a corrupted object
stored due to partial blockListing attempted right after
each blocks uploaded. Simplify this code to ensure that
all the blocks successfully uploaded are committed right
away.

This PR also updates the azure-sdk-go to latest release.
2019-09-30 18:42:18 -07:00
..
azure azure: Fix upload corruption with PutObject() on certain sizes (#8330) 2019-09-30 18:42:18 -07:00
b2 Use the B2 'list' endpoint to determine file ID (#8169) 2019-09-12 22:48:47 +05:30
gcs Use const slashSeparator instead of "/" everywhere (#8028) 2019-08-06 12:08:58 -07:00
hdfs In HDFS gateway fix non-empty folder behavior (#8254) 2019-09-18 01:59:59 +05:30
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