Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Jun 21, 2024
1 parent 6f339bb commit bcdd67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3/src/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl Bucket {
/// "custom_value".parse().unwrap(),
/// );
///
/// let url = bucket.presign_put("/test.file", 86400, Some(custom_headers)).await.unwrap();
/// let url = bucket.presign_put("/test.file", 86400, Some(custom_headers), None).await.unwrap();
/// println!("Presigned url: {}", url);
/// }
/// ```
Expand Down

0 comments on commit bcdd67d

Please sign in to comment.