opt rm files

This commit is contained in:
2020-04-02 01:19:11 +08:00
parent 4a24773a8c
commit 5cde620dd9
2 changed files with 24 additions and 8 deletions

View File

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