getting object md5 hash over http request

Asked by Anton

Hi,
how can I get a md5 hash of the object with, for example, CURL

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Anton
Solved:
Last query:
Last reply:
Revision history for this message
kendazheng (kendazheng) said :
#1

head the object with curl,you will find the 'etag' in response header, maybe it is what you find.

Revision history for this message
Anton (hettbox) said :
#2

thanks,
I found hash in server response with request format=json =)

2012/7/24 kendazheng <email address hidden>

> Your question #203289 on OpenStack Object Storage (swift) changed:
> https://answers.launchpad.net/swift/+question/203289
>
> kendazheng posted a new comment:
> head the object with curl,you will find the 'etag' in response header,
> maybe it is what you find.
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Anton (hettbox) said :
#3

resolved