mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
fix:Apply suggestions from clippy 1.88
This commit is contained in:
@@ -413,7 +413,7 @@ impl Event {
|
||||
owner_identity: Identity {
|
||||
principal_id: "rustfs".to_string(),
|
||||
},
|
||||
arn: format!("arn:rustfs:s3:::{}", bucket),
|
||||
arn: format!("arn:rustfs:s3:::{bucket}"),
|
||||
},
|
||||
object: Object {
|
||||
key: key.to_string(),
|
||||
|
||||
Reference in New Issue
Block a user