OpenSearch/plugins/repository-gcs/src
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
..
main User proper write-once semantics for GCS repository (#30438) 2018-05-17 13:58:10 +02:00
test User proper write-once semantics for GCS repository (#30438) 2018-05-17 13:58:10 +02:00