[ 
https://issues.apache.org/jira/browse/HDDS-5044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Janus Chow resolved HDDS-5044.
------------------------------
    Resolution: Won't Do

The initial idea of this ticket is to move S3 operations from ObjectStore to 
EndpointBase, but the operations from ObjectStore are still used by other 
components like CSI. 

> Use getVolume() from EndpointBase instead of ObjectStore
> --------------------------------------------------------
>
>                 Key: HDDS-5044
>                 URL: https://issues.apache.org/jira/browse/HDDS-5044
>             Project: Apache Ozone
>          Issue Type: Improvement
>            Reporter: Janus Chow
>            Assignee: Janus Chow
>            Priority: Major
>
> In S3 gateway, clients requests will be assigned to a default volume named 
> "s3v", currently the volume of clients' requests in Gateway's EndpointBase is 
> retrieved by invoking functions in ObjectStore as follows.
> {code:java}
> ObjectStore$createS3Bucket
> ObjectStore$getS3Bucket
> ObjectStore$deleteS3Bucket{code}
> It's better to get the volume from EndpointBase instead of ObjectStore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to