mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
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