OpenSearch/plugins/repository-azure
Yannick Welsch 2bb4f38371
Add write*Blob option to replace existing blob (#31729)
Adds a new parameter to the BlobContainer#write*Blob methods to specify whether the existing file
should be overridden or not. For some metadata files in the repository, we actually want to replace
the current file. This is currently implemented through an explicit blob delete and then a fresh write.
In case of using a cloud provider (S3, GCS, Azure), this results in 2 API requests instead of just 1.
This change will therefore allow us to achieve the same functionality using less API requests.
2018-07-03 09:13:50 +02:00
..
licenses Update to Azure Storage 5.0.0 2017-03-08 21:56:19 -08:00
qa Add write*Blob option to replace existing blob (#31729) 2018-07-03 09:13:50 +02:00
src Add write*Blob option to replace existing blob (#31729) 2018-07-03 09:13:50 +02:00
build.gradle Move repository-azure fixture test to QA project (#30253) 2018-05-02 09:16:51 +02:00