mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-04 11:15:39 +00:00
fix(kms): remove stale local export test import
Co-Authored-By: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -560,7 +560,6 @@ async fn fsync_dir(path: &Path) -> Result<()> {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::backends::KmsClient;
|
|
||||||
use crate::config::LocalConfig;
|
use crate::config::LocalConfig;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use tempfile::TempDir;
|
use tempfile::TempDir;
|
||||||
|
|||||||
Reference in New Issue
Block a user