web: implement x-amz-website-redirect-location

This commit is contained in:
Alex Auvolat
2025-02-19 17:04:10 +01:00
parent f64ec6e542
commit bf27a3ec98
8 changed files with 66 additions and 11 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub async fn handle_create_multipart_upload(
let upload_id = gen_uuid();
let timestamp = next_timestamp(existing_object.as_ref());
let headers = get_headers(req.headers())?;
let headers = extract_metadata_headers(req.headers())?;
let meta = ObjectVersionMetaInner {
headers,
checksum: None,