OpenSearch/x-pack/snapshot-tool/src
Armin Braun 509fa46c9e
Fix Broken Exception Handling in Snapshot Cleanup Tool (#63243)
In the latest version of the GCS SDK the `404` exception is wrapped
in an `IOException` making it not pass to the unwrapping added in
the previous fix #63168.
We can't be handling `IOException` differently here now that GCS uses it
for `404`s so I adjusted the exception unwrapping accordingly.

Closes #63091
2020-10-05 16:50:47 +02:00
..
bin Snapshot tool S3 cleanup 7.x backport (#44575) 2019-07-30 11:02:08 +02:00
main/java/org/elasticsearch/snapshots Fix Broken Exception Handling in Snapshot Cleanup Tool (#63243) 2020-10-05 16:50:47 +02:00
test/java/org/elasticsearch/snapshots Rename MetaData to Metadata in all of the places (#54519) 2020-03-31 17:24:38 -04:00