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

 ##########
 File path: 
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/SignerManager.java
 ##########
 @@ -17,14 +17,19 @@
  */
 package org.apache.hadoop.fs.s3a;
 
-import com.amazonaws.auth.Signer;
-import com.amazonaws.auth.SignerFactory;
 import java.io.Closeable;
 import java.io.IOException;
+import java.util.LinkedList;
 
 Review comment:
   This class has only gone in. I thought it was going into .impl, but clearly 
not
   
   1. Move in this patch to a subdir; s3a.auth is the most appropriate
   1. Sort out the imports
   
   I don't want any new implementation classes to go into fs.s3a; I have a goal 
of marking the impl as private in java 11 modules. Please avoid adding things 
there unless unavoidable -and explain to have to justify. thx

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to