Janus Chow created HDDS-5044:
--------------------------------

             Summary: 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


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