minio/cmd/gateway/azure
Harshavardhana b330c2c57e
Introduce simpler GetMultipartInfo call for performance (#9722)
Advantages avoids 100's of stats which are needed for each
upload operation in FS/NAS gateway mode when uploading a large
multipart object, dramatically increases performance for
multipart uploads by avoiding recursive calls.

For other gateway's simplifies the approach since
azure, gcs, hdfs gateway's don't capture any specific
metadata during upload which needs handler validation
for encryption/compression.

Erasure coding was already optimized, additionally
just avoids small allocations of large data structure.

Fixes #7206
2020-05-28 12:36:20 -07:00
..
gateway-azure.go Introduce simpler GetMultipartInfo call for performance (#9722) 2020-05-28 12:36:20 -07:00
gateway-azure_test.go cleanup object-lock/bucket tagging for gateways (#9548) 2020-05-08 13:44:44 -07:00