Skip to main content
Module blob_storage
micromegas
0.28.0
Module blob_
storage
Module Items
Structs
Functions
In micromegas::
telemetry
micromegas
::
telemetry
Module
blob_
storage
Copy item path
Source
Structs
§
Blob
Storage
A client for interacting with blob storage.
Functions
§
parse_
object_
store_
url
Parses an object-store URI into the raw store + root prefix, feeding
object_store
the process env vars lowercased (its expected option keys). The single home for the
parse_url_opts(url, env-vars-lowercased)
idiom.
parse_
object_
store_
url_
parsed
Like
parse_object_store_url
but takes an already-parsed URL, for callers that also need the
url::Url
themselves and would otherwise parse it twice.