Skip to main content

Module blob_storage

Module blob_storage 

Source

Structs§

BlobStorage
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.