We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bbc48 commit 6969908Copy full SHA for 6969908
bottlecap/src/secrets/delegated_auth/client.rs
@@ -8,9 +8,9 @@ use serde::Deserialize;
8
use std::sync::Arc;
9
use tracing::{debug, error, info};
10
11
+use super::auth_proof::generate_auth_proof;
12
use crate::config::Config;
13
use crate::config::aws::{AwsConfig, AwsCredentials};
-use super::auth_proof::generate_auth_proof;
14
15
const INTAKE_KEY_ENDPOINT: &str = "/api/v2/intake-key";
16
0 commit comments