OpenSearch/plugins/repository-gcs
Armin Braun 371c355bca
Retry GCS Resumable Upload on Error 410 (#45963) (#46783)
A resumable upload session can fail on with a 410 error and should
be retried in that case. I added retrying twice using resetting of
the given `InputStream` as the retry mechanism since the same
approach is used by the AWS S3 SDK already as well and relied upon
by the S3 repository implementation.

Related GCS documentation:
https://cloud.google.com/storage/docs/json_api/v1/status-codes#410_Gone
2019-09-17 19:06:43 +02:00
..
licenses Update http-core and http-client dependencies (#46549) 2019-09-12 09:45:29 +02:00
qa [Backport] Enable caching of rest tests which use integ-test distribution (#44181) 2019-07-10 15:42:28 -07:00
src Retry GCS Resumable Upload on Error 410 (#45963) (#46783) 2019-09-17 19:06:43 +02:00
build.gradle Upgrade GCS Repository Dependencies (#43142) (#43418) 2019-06-20 16:35:54 +02:00