You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Retry request error#[derive(Debug, thiserror::Error)]pubenumError{#[error("Received redirect without LOCATION, this normally indicates an incorrectly configured region")]BareRedirect,
I was talking with @vincentsarago and he mentioned he got an error that looked like:
Looking at the upstream implementation I see
Perhaps we should update our errors to use the
to_string
impl? Note that this was previously changed in #54 https://github.com/developmentseed/obstore/blame/78860c6e71255bdf06c973b9b9435cdedc2e3fdd/pyo3-object_store/src/error.rs#L112The text was updated successfully, but these errors were encountered: