minio/cmd/gateway/azure
Harshavardhana 5d859b2178
gateway/azure: allow putObject to support block based upload (#6552)
Current implementation simply uses all the memory locally
and crashes when a large upload is initiated using Minio
browser UI.

This PR uploads stream in blocks and finally commits the blocks
allowing for low memory footprint while uploading large objects
through Minio browser UI.

This PR also adds ETag compatibility for single PUT operations.

Fixes #6542
Fixes #6550
2018-10-02 23:08:16 -07:00
..
gateway-azure.go gateway/azure: allow putObject to support block based upload (#6552) 2018-10-02 23:08:16 -07:00
gateway-azure_test.go Remove error package and cause functions (#5784) 2018-04-10 09:36:37 -07:00