Skip to content

Commit

Permalink
Fixed s3 doctest/example
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Sep 12, 2023
1 parent 366797a commit 990e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bonsaidb-keystorage-s3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! ```rust
//! # use bonsaidb_keystorage_s3::S3VaultKeyStorage;
//! # use aws_sdk_s3::Endpoint;
//! # use aws_config::endpoint::Endpoint;
//! # use bonsaidb_core::{document::KeyId, test_util::TestDirectory};
//! # use bonsaidb_local::config::{StorageConfiguration, Builder};
//! # use http::Uri;
Expand Down

0 comments on commit 990e25e

Please sign in to comment.