Class RootEndpoint

java.lang.Object
org.apache.hadoop.ozone.s3.endpoint.EndpointBase
org.apache.hadoop.ozone.s3.endpoint.RootEndpoint
All Implemented Interfaces:
org.apache.hadoop.ozone.audit.Auditor

@Path("/") public class RootEndpoint extends EndpointBase
Top level rest endpoint.
  • Constructor Details

    • RootEndpoint

      public RootEndpoint()
  • Method Details

    • get

      @GET public javax.ws.rs.core.Response get() throws OS3Exception, IOException
      Rest endpoint to list all the buckets of the current user. See https://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html for more details.
      Throws:
      OS3Exception
      IOException
    • init

      public void init()
      Specified by:
      init in class EndpointBase