Skip to content

Commit

Permalink
debug stat 404 issue: try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohaiyuan committed Feb 9, 2025
1 parent 2e92ca4 commit 290b8ca
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 @@ -238,7 +238,7 @@ impl Access for SwiftBackend {
// 添加日志:记录解析前的原始头部
log::debug!("swift: parsing user metadata from headers: {:?}", headers);

let user_meta = parse_prefixed_headers(headers, "X-Object-Meta-");
let user_meta = parse_prefixed_headers(headers, "x-object-meta-");
log::debug!("swift: parsed user metadata: {:?}", user_meta);

if !user_meta.is_empty() {
Expand Down

0 comments on commit 290b8ca

Please sign in to comment.