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

ASF GitHub Bot updated HDDS-3553:
---------------------------------
    Labels: pull-request-available  (was: )

> Remove unnecessary hard-code configuration in S3Gateway
> -------------------------------------------------------
>
>                 Key: HDDS-3553
>                 URL: https://issues.apache.org/jira/browse/HDDS-3553
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>    Affects Versions: 0.5.0
>            Reporter: Simon Su
>            Assignee: Simon Su
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 0.6.0
>
>
> {code:java}
> public Void call() throws Exception {
>  OzoneConfiguration ozoneConfiguration = createOzoneConfiguration();
>  TracingUtil.initTracing("S3gateway", ozoneConfiguration);
>  OzoneConfigurationHolder.setConfiguration(ozoneConfiguration);
>  // remove this hard-code line.
>  ozoneConfiguration.set("hadoop.http.authentication.type", "simple");
>  httpServer = new S3GatewayHttpServer(ozoneConfiguration, "s3gateway");
>  start();
>  return null;
> }{code}



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