add fn get_safe_backup_count

This commit is contained in:
2020-04-03 08:03:19 +08:00
parent d1fda09f2e
commit 2f7ff048a7
3 changed files with 13 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ use reqwest::{
};
use rust_util::*;
pub const DEFAULT_URL_VALID_SECS: u64 = 1000;
pub const DEFAULT_URL_VALID_IN_SECS: u64 = 1000;
pub const OSS_VERB_GET: &str = "GET";
pub const OSS_VERB_PUT: &str = "PUT";