mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-10 06:26:52 +00:00
object_table: merge checksum_algorithm and checksum_type for Uploading state
This commit is contained in:
@@ -244,7 +244,6 @@ pub(crate) async fn save_stream<S: Stream<Item = Result<Bytes, Error>> + Unpin>(
|
||||
state: ObjectVersionState::Uploading {
|
||||
encryption: encryption.encrypt_meta(meta.clone())?,
|
||||
checksum_algorithm: None, // don't care; overwritten later
|
||||
checksum_type: None,
|
||||
multipart: false,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user