OpenSearch/plugins/repository-gcs
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 Remove version from license file name for GCS SDK (#31221) 2018-06-08 21:19:16 -04: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 Repository GCS plugin new client library (#30168) 2018-05-15 18:22:58 +03:00