[
https://issues.apache.org/jira/browse/HDDS-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16662971#comment-16662971
]
Hudson commented on HDDS-516:
-----------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #15315 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/15315/])
HDDS-516. Implement CopyObject REST endpoint. Contributed by Bharat (bharat:
rev 021caaa55e3f4315f927adb130fe95abcfe66744)
* (edit)
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/exception/S3ErrorTable.java
* (edit)
hadoop-ozone/s3gateway/src/test/java/org/apache/hadoop/ozone/s3/endpoint/TestPutObject.java
* (edit)
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java
* (add) hadoop-ozone/dist/src/main/smoketest/s3/objectcopy.robot
* (add)
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/CopyObjectResponse.java
> Implement CopyObject REST endpoint
> ----------------------------------
>
> Key: HDDS-516
> URL: https://issues.apache.org/jira/browse/HDDS-516
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: S3
> Reporter: Elek, Marton
> Assignee: Bharat Viswanadham
> Priority: Major
> Labels: newbie
> Fix For: 0.3.0, 0.4.0
>
> Attachments: HDDS-516.01.patch, HDDS-516.03.patch, HDDS-516.04.patch,
> HDDS-516.05.patch, HDDS-516.06.patch
>
>
> The Copy object is a simple call to Ozone Manager. This API can only be done
> after the PUT OBJECT Call.
> This implementation of the PUT operation creates a copy of an object that is
> already stored in Amazon S3. A PUT copy operation is the same as performing a
> GET and then a PUT. Adding the request header, x-amz-copy-source, makes the
> PUT operation copy the source object into the destination bucket.
> If the Put Object call has this header, then Put Object call will issue a
> rename.
> Work Items or JIRAs
> Detect the presence of the extra header - x-amz-copy-source
> Make sure that destination bucket exists.
> The AWS reference is here:
> https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html
> (This jira is marked as newbie as it requires only basic Ozone knowledge. If
> somebody would be interested, I can be more specific, explain what we need or
> help).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]