Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flaneur2020 committed Jan 29, 2023
1 parent 9577cff commit 49cff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,7 @@ impl Object {
/// use anyhow::Result;
/// use futures::io;
/// use opendal::services::memory;
/// use opendal::OpWrite;
/// use opendal::Operator;
/// use time::Duration;
/// use opendal::Scheme;
Expand All @@ -1536,7 +1537,6 @@ impl Object {
self.presign_write_with(OpWrite::new(0), expire)
}


/// Presign an operation for write with option described in OpenDAL [rfc-0661](../../docs/rfcs/0661-path-in-accessor.md)
///
/// You can pass `OpWrite` to this method to specify the content length and content type.
Expand Down

0 comments on commit 49cff86

Please sign in to comment.