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 44dd9b8 commit 38edeac
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 @@ -315,7 +315,7 @@ impl Access for CosBackend {
match status {
StatusCode::OK => {
let headers = resp.headers();
let meta = parse_into_metadata(path, headers)?;
let mut meta = parse_into_metadata(path, headers)?;
let user_meta = parse_prefixed_headers(headers, "x-cos-meta-");
if !user_meta.is_empty() {
meta.with_user_metadata(user_meta);
Expand Down

0 comments on commit 38edeac

Please sign in to comment.