pub static GLOBAL_REQWEST_CLIENT: LazyLock<Client>Expand description
Http client used across opendal for loading credentials. This is merely a temporary solution because reqsign requires a reqwest client to be passed. We will remove it after the next major version of reqsign, which will enable users to provide their own client.