You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/03/10 07:37:45 UTC

[GitHub] [ozone] linyiqun commented on pull request #2016: HDDS-4924. [FSO]S3Multipart: Implement OzoneBucket#listParts

linyiqun commented on pull request #2016:
URL: https://github.com/apache/ozone/pull/2016#issuecomment-795027194


   The description of the JIRA
   >For example, user give keyName is a/b/c/d/multipartKeyName and assume objectID for the parent a/b/c/d  is 1027 and clientID is 4445890.
   Now, in DB it stores like 1027/multipartKeyName4445890.
   User expects partName like, /volName/bucketName/a/b/c/d/multipartKeyName
   
   @rakeshadr , we don't actually changed the part name stored in OmMultipartKeyInfo during listParts logic. The returned full part name should include the clientID, like /volName/bucketName/a/b/c/d/multipartKeyName4445890, right?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org