Skip to content

Commit

Permalink
VTX-3411: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdvh committed Dec 6, 2023
1 parent d08d9c6 commit da7a117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions object_store/src/aws/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ use reqwest::{
header::{CONTENT_LENGTH, CONTENT_TYPE},
Client as ReqwestClient, Method, Response, StatusCode,
};
use serde::ser::SerializeStruct;
use serde::{Deserialize, Serialize};
use snafu::{ResultExt, Snafu};
use std::collections::HashMap;
Expand Down Expand Up @@ -682,6 +683,8 @@ fn encode_path(path: &Path) -> PercentEncode<'_> {

#[cfg(test)]
mod tests {
use crate::aws::client::{CompleteMultipart, MultipartPart};
use quick_xml;

#[test]
fn test_multipart_serializrtion() {
Expand Down

0 comments on commit da7a117

Please sign in to comment.