Project

General

Profile

Actions

Bug #13514

open

RGW Swift API: response for GET/HEAD on Swift's DLO returns wrong ETag

Added by Radoslaw Zarzynski over 8 years ago. Updated about 4 years ago.

Status:
New
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

radosgw:
$ curl -i "$publicURL/test/big.img" -H "X-Auth-Token: $token"

HTTP/1.1 200 OK
Content-Length: 19
Accept-Ranges: bytes
Last-Modified: Fri, 16 Oct 2015 15:40:07 GMT
X-Timestamp: 1445010007.00000
etag: d41d8cd98f00b204e9800998ecf8427e
X-Object-Meta-mtime: 1444314159.770113
X-Object-Manifest: test_segments/big.img/1444314159.770113/19/2/
X-Trans-Id: tx000000000000000000011-0056211a8f-1049-default
Content-Type: binary/octet-stream
Date: Fri, 16 Oct 2015 15:41:03 GMT

to jest tylko test

Swift:
$ curl -i "$publicURL/test/big.img" -H "X-Auth-Token: $token"

HTTP/1.1 200 OK
Content-Length: 19
Etag: "7a87bdaaf98d65689364ee7de8358ec3"
X-Object-Meta-Mtime: 1444314159.770113
Accept-Ranges: bytes
Last-Modified: Mon, 12 Oct 2015 11:45:19 GMT
X-Object-Manifest: test_segments/big.img/1444314159.770113/19/2/
X-Timestamp: 1444650318.30202
Content-Type: application/octet-stream
X-Trans-Id: tx8440ea175e7a4e7fb40e8-00561b9d62
Date: Mon, 12 Oct 2015 11:45:38 GMT

to jest tylko test

Actions

Also available in: Atom PDF