OpenSearch/plugins/repository-azure
Yannick Welsch 467ea50c4e
Use stronger write-once semantics for Azure repository (#30437)
There's no need for an extra blobExists() call when writing a blob to the Azure service. Azure
provides an option (with stronger consistency guarantees) on the upload method that guarantees
that the blob that's uploaded does not already exist. This saves one network roundtrip.

Relates to #19749
2018-06-11 09:12:44 +02:00
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
qa Use stronger write-once semantics for Azure repository (#30437) 2018-06-11 09:12:44 +02:00
src Use stronger write-once semantics for Azure repository (#30437) 2018-06-11 09:12:44 +02:00
build.gradle Move repository-azure fixture test to QA project (#30253) 2018-05-02 09:16:51 +02:00