Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: Zyyeric <[email protected]>
  • Loading branch information
Zyyeric committed Jul 9, 2024
1 parent 2446ffe commit 007faf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/s3/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ impl S3Builder {
/// Set temporary credential used in AWS S3 connections
#[deprecated(note = "Please use `session_token` instead")]
pub fn security_token(&mut self, token: &str) -> &mut Self {
self.session_token(token);
self.session_token(token)
}

/// Disable config load so that opendal will not load config from
Expand Down

0 comments on commit 007faf0

Please sign in to comment.