[
https://issues.apache.org/jira/browse/HDDS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648535#comment-16648535
]
Bharat Viswanadham commented on HDDS-523:
-----------------------------------------
Hi [~elek]
# We can remove volume name from path param, now HDDS-577 and HDDS-522 and
HDDS-606 are checked in.
# We can change OzoneBucket bucket = getBucket(volumeName, bucketName); as
below using new API's.
{code:java}
OzoneBucket bucket =
getVolume(getOzoneVolumeName(bucketName)).getBucket(bucketName);
bucket.deleteKey(keyPath);{code}
> Implement DeleteObject REST endpoint
> ------------------------------------
>
> Key: HDDS-523
> URL: https://issues.apache.org/jira/browse/HDDS-523
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Labels: newbie
> Attachments: HDDS-523.001.patch, HDDS-523.002.patch,
> HDDS-523.003.patch
>
>
> Simple delete Object call.
> Implemented by HDDS-444 without the acceptance tests.
> https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectDELETE.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]