[ 
https://issues.apache.org/jira/browse/HDDS-517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16642886#comment-16642886
 ] 

Elek, Marton commented on HDDS-517:
-----------------------------------

This patch will be blocker very soon as all the 'aws s3' commands (or at least 
the rm) requires this head operation (and some tests as well).

[~GeLiXin] are you planning to improve it? Would be happy to help if you have 
more questions.

BTW: HDDS-585 will handle all the x-amz-request so (6) is not valid any more. 
(4) is also invalid, I just realized that the Date header is added by jetty. We 
can just remove it from here.

> Implement HeadObject REST endpoint
> ----------------------------------
>
>                 Key: HDDS-517
>                 URL: https://issues.apache.org/jira/browse/HDDS-517
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>            Reporter: Elek, Marton
>            Assignee: LiXin Ge
>            Priority: Major
>              Labels: newbie
>         Attachments: HDDS-517.000.patch
>
>
> The HEAD operation retrieves metadata from an object without returning the 
> object itself. This operation is useful if you are interested only in an 
> object's metadata. To use HEAD, you must have READ access to the object.
> Steps:
>  1. Look up the volume
>  2. Read the key and return to the user.
> The AWS reference is here:
> https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectHEAD.html
> We have a simple version of this call in HDDS-444 but without Range support.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to