Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshjuneja committed Jan 7, 2025
1 parent 2842b18 commit 6a8429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/cos/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ impl Access for CosBackend {
let meta = parse_into_metadata(path, headers)?;
let user_meta = parse_prefixed_headers(headers, "x-cos-meta-");
if !user_meta.is_empty() {
m.with_user_metadata(user_meta);
meta.with_user_metadata(user_meta);
}
Ok(RpStat::new(meta))
}
Expand Down

0 comments on commit 6a8429a

Please sign in to comment.