We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f44c48 commit 15a0746Copy full SHA for 15a0746
object_store/src/aws/mod.rs
@@ -231,10 +231,10 @@ impl Signer for AmazonS3 {
231
///
232
/// ```
233
/// # async fn example() -> Result<(), Box<dyn std::error::Error>> {
234
- /// use object_store::{aws::AmazonS3Builder, path::Path, signer::Signer};
235
- /// use http::Method;
236
- /// use std::time::Duration;
237
- ///
+ /// # use object_store::{aws::AmazonS3Builder, path::Path, signer::Signer};
+ /// # use http::Method;
+ /// # use std::time::Duration;
+ /// #
238
/// let region = "us-east-1";
239
/// let s3 = AmazonS3Builder::new()
240
/// .with_region(region)
0 commit comments