test:get_object

This commit is contained in:
weisd
2024-07-25 11:22:00 +08:00
parent ac4fe6cd1d
commit 07c6905146
3 changed files with 74 additions and 34 deletions
+1
View File
@@ -6,6 +6,7 @@ use s3s::dto::StreamingBlob;
use serde::{Deserialize, Serialize};
use time::OffsetDateTime;
use tokio::io::{AsyncRead, DuplexStream};
use tracing::warn;
use uuid::Uuid;
pub const ERASURE_ALGORITHM: &str = "rs-vandermonde";