[
https://issues.apache.org/jira/browse/HDDS-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648543#comment-16648543
]
Bharat Viswanadham commented on HDDS-518:
-----------------------------------------
Hi [~candychencan]
# We can remove volume name from path param.
# 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 PutObject Rest endpoint
> ---------------------------------
>
> Key: HDDS-518
> URL: https://issues.apache.org/jira/browse/HDDS-518
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Elek, Marton
> Assignee: chencan
> Priority: Major
> Labels: newbie
> Attachments: HDDS-518.001.patch
>
>
> The Put Object call allows users to add an Object to an S3 bucket.
> The aws reference is here:
> https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html
> We have an initial implementation in HDDS-444, but we need add the
> configurable chunk size (what we have in the upload from 'ozone sh' command),
> and support replication, replication type parameters.
> We also need to support Content-MD5 header
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]