OpenSearch/plugins/repository-gcs
Yannick Welsch b57d21bab1
User proper write-once semantics for GCS repository (#30438)
There's no need for an extra blobExists() call when writing a blob to the GCS service. GCS provides
an option (with stronger consistency guarantees) on the insert method that guarantees that the
blob that's uploaded does not already exist.

Relates to #19749
2018-05-17 13:58:10 +02:00
..
licenses Repository GCS plugin new client library (#30168) 2018-05-15 18:22:58 +03:00
qa Repository GCS plugin new client library (#30168) 2018-05-15 18:22:58 +03:00
src User proper write-once semantics for GCS repository (#30438) 2018-05-17 13:58:10 +02:00
build.gradle Repository GCS plugin new client library (#30168) 2018-05-15 18:22:58 +03:00