aboutsummaryrefslogtreecommitdiff
path: root/src/bayou.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bayou.rs')
-rw-r--r--src/bayou.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bayou.rs b/src/bayou.rs
index fe05e13..cc83667 100644
--- a/src/bayou.rs
+++ b/src/bayou.rs
@@ -9,7 +9,6 @@ use k2v_client::{BatchDeleteOp, BatchReadOp, Filter, K2vClient, K2vValue};
use rusoto_s3::{
DeleteObjectRequest, GetObjectRequest, ListObjectsV2Request, PutObjectRequest, S3Client, S3,
};
-use rusoto_signature::Region;
use crate::cryptoblob::*;
use crate::login::Credentials;