raphaelazzolini commented on code in PR #7830:
URL: https://github.com/apache/hadoop/pull/7830#discussion_r2238003629


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/delegation/EncryptionSecrets.java:
##########
@@ -70,7 +75,7 @@ public class EncryptionSecrets implements Writable, 
Serializable {
   /**
    * Encryption context: base64-encoded UTF-8 string.
    */
-  private String encryptionContext = "";
+  private String encryptionContext = DEFAULT_S3_ENCRYPTION_CONTEXT;

Review Comment:
   encryptionAlgorithm and encryptionKey in the lines above are assigned to 
`""` instead of a constant. I think we can create a default constant for them 
too in a future commit.



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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to