OpenSearch/plugins/repository-gcs
Armin Braun 617e294133
SNAPSHOT: Make Atomic Blob Writes Mandatory (#37168)
* With #37066 introducing atomic writes to HDFS repository we can enforce atomic write capabilities on this interface
* The overrides on the other three cloud implementations are ok because:
   * https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html states that "Amazon S3 never adds partial objects; if you receive a success response, Amazon S3 added the entire object to the bucket."
   * https://cloud.google.com/storage/docs/consistency states that GCS has strong read-after-write consistency
   * https://docs.microsoft.com/en-us/rest/api/storageservices/put-block#remarks Azure has the concept of committing blobs, so there's no partial content here either
* Relates #37011
2019-01-07 12:11:19 +01:00
..
licenses SNAPSHOTS: Upgrade GCS Dependencies to 1.55.0 (#36634) 2018-12-14 13:24:29 +01:00
qa [Tests] Fix third party tests with Gradle 5.0 (#36302) 2018-12-06 16:05:05 +01:00
src SNAPSHOT: Make Atomic Blob Writes Mandatory (#37168) 2019-01-07 12:11:19 +01:00
build.gradle SNAPSHOTS: Upgrade GCS Dependencies to 1.55.0 (#36634) 2018-12-14 13:24:29 +01:00