Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Jul 29, 2024
1 parent 536bc0b commit cfdaf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/src/uploader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub async fn upload(
.key(path)
.cache_control(CACHE_CONTROL_IMMUTABLE)
.set_server_side_encryption(Some(Aes256))
.checksum_sha256(&BASE64_STANDARD.encode(sha256))
.checksum_sha256(BASE64_STANDARD.encode(sha256))
.send()
.await;
debug!("OBJECT: {:?}", obj);
Expand Down

0 comments on commit cfdaf4c

Please sign in to comment.