You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/10/29 05:56:35 UTC

[GitHub] [ozone] kerneltime commented on a change in pull request #2775: HDDS-5883 Change S3G client to set S3 Auth per req

kerneltime commented on a change in pull request #2775:
URL: https://github.com/apache/ozone/pull/2775#discussion_r738952162



##########
File path: hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/ObjectEndpoint.java
##########
@@ -136,6 +140,10 @@ public ObjectEndpoint() {
 
   @PostConstruct
   public void init() {
+    LOG.debug("S3 access id: {}", s3Authentication.getAccessID());
+    getClient().getObjectStore().

Review comment:
       Yes! Thank you. I meant to redo this as `@PostContruct` from Javax can only be added to one Method.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org