We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2f077 commit 2c7b237Copy full SHA for 2c7b237
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java
@@ -1382,8 +1382,8 @@ private Constants() {
1382
* fs.s3a.client.sts.custom.headers - Headers to add on all the STS requests.
1383
*
1384
* Examples:
1385
- * CustomHeader -> 'Header1:Value1'
1386
- * CustomHeaders -> 'Header1=Value1;Value2,Header2=Value1'
+ * CustomHeader {@literal ->} 'Header1:Value1'
+ * CustomHeaders {@literal ->} 'Header1=Value1;Value2,Header2=Value1'
1387
* </pre>
1388
*/
1389
public static final String CUSTOM_HEADERS_STS =
0 commit comments