sidseth commented on a change in pull request #1516: HADOOP-16599. Allow a 
SignerInitializer to be specified along with a
URL: https://github.com/apache/hadoop/pull/1516#discussion_r328846360
 
 

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
 ##########
 @@ -352,9 +352,12 @@ private Constants() {
 
   /**
    * List of custom Signers. The signer class will be loaded, and the signer
-   * name will be associated with this signer class in the S3 SDK. e.g. Single
-   * CustomSigner -> 'CustomSigner:org.apache...CustomSignerClass Multiple
-   * CustomSigners -> 
'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2
+   * name will be associated with this signer class in the S3 SDK.
+   * Examples
+   * CustomSigner -> 'CustomSigner:org.apache...CustomSignerClass'
 
 Review comment:
   Ack. Surprised the pre-commit didn't catch this.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to