You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Janus Chow (Jira)" <ji...@apache.org> on 2021/03/30 07:54:00 UTC

[jira] [Created] (HDDS-5044) Use getVolume() from EndpointBase instead of ObjectStore

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: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org