rm lazy_static

This commit is contained in:
2020-04-04 23:36:54 +08:00
parent b1a9e6f8f2
commit 4b97814932
4 changed files with 1 additions and 6 deletions

View File

@@ -10,6 +10,7 @@ use hmac::{
use reqwest::Response;
use rust_util::*;
pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000;
pub const OSS_VERB_GET: &str = "GET";