Skip to content

Commit

Permalink
fix upper issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohaiyuan committed Feb 5, 2025
1 parent 79720f8 commit bd0c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/services/swift/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ impl Access for SwiftBackend {
StatusCode::OK | StatusCode::NO_CONTENT => {
let headers = resp.headers();
let mut meta = parse_into_metadata(path, headers)?;
let user_meta = parse_prefixed_headers(headers, "X-OBJECT-META-");
let user_meta = parse_prefixed_headers(headers, "X-Object-Meta-");
if !user_meta.is_empty() {
meta.with_user_metadata(user_meta);
}
Expand Down

0 comments on commit bd0c2c8

Please sign in to comment.