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
In recent versions of object_store, parse_url and parse_url_opts were added. This looks like it should significantly simplify the code in builder.rs.
One drawback so far is that I can't tell how to pass ClientOptions, since that seems to be considered separately from the other options. (I.e. other options are passed to with_config while client options should be passed in to with_client_options)
The text was updated successfully, but these errors were encountered:
In recent versions of object_store,
parse_url
andparse_url_opts
were added. This looks like it should significantly simplify the code inbuilder.rs
.One drawback so far is that I can't tell how to pass
ClientOptions
, since that seems to be considered separately from the other options. (I.e. other options are passed towith_config
while client options should be passed in towith_client_options
)The text was updated successfully, but these errors were encountered: