adideshpande commented on code in PR #7379: URL: https://github.com/apache/hadoop/pull/7379#discussion_r2082282938
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java: ########## @@ -1339,6 +1340,37 @@ private Constants() { public static final String AWS_SERVICE_IDENTIFIER_DDB = "DDB"; public static final String AWS_SERVICE_IDENTIFIER_STS = "STS"; + /** Prefix for S3A client-specific properties. + * value: {@value} + */ + public static final String FS_S3A_CLIENT_PREFIX = "fs.s3a.client."; + + /** Custom headers postfix. + * value: {@value} + */ + public static final String CUSTOM_HEADERS_POSTFIX = ".custom.headers"; + + /** Review Comment: Steve's comment was applicable here - https://github.com/apache/hadoop/pull/7379/files#diff-77c0bdf1ab74c4d2bc0f8b57d650039dd781e999220ee8a91bf2390f5a936db7R1356-R1364 and I have already addressed it by enclosing the comment within `<pre>... </pre>` blocks. Unfortunately, escaping literal with just `->` is not possible as the CI job throws a javadoc error. -- 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: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org