minio/cmd/gateway/azure
Anis Elleuch cffdb01279
azure/s3 gateways: Pass ETag during GET call to avoid data corruption (#11024)
Both Azure & S3 gateways call for object information before returning
the stream of the object, however, the object content/length could be
modified meanwhile, which means it can return a corrupted object.

Use ETag to ensure that the object was not modified during the GET call
2020-12-17 09:11:14 -08:00
..
gateway-azure.go azure/s3 gateways: Pass ETag during GET call to avoid data corruption (#11024) 2020-12-17 09:11:14 -08:00
gateway-azure_test.go Support bucket versioning (#9377) 2020-06-12 20:04:01 -07:00