opendal
opendal copied to clipboard
feat: also log endpoint URL when failure
For applications that communicate simultaneously with multiple endpoints, failing with endpoint URL logged will help developers checking which URL is the source of error.
Maybe it's better to wrap our own request type so that we don't need to add err.with_context(url, &url) for every request build.