[
https://issues.apache.org/jira/browse/HDFS-16189?focusedWorklogId=642760&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-642760
]
ASF GitHub Bot logged work on HDFS-16189:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/21 09:48
Start Date: 27/Aug/21 09:48
Worklog Time Spent: 10m
Work Description: stczwd commented on a change in pull request #3345:
URL: https://github.com/apache/hadoop/pull/3345#discussion_r697306394
##########
File path:
hadoop-tools/hadoop-aliyun/src/main/java/org/apache/hadoop/fs/aliyun/oss/Constants.java
##########
@@ -75,6 +75,10 @@ private Constants() {
"fs.oss.connection.establish.timeout";
public static final int ESTABLISH_TIMEOUT_DEFAULT = 50000;
+ // cname support
+ public static final String CNAME_SUPPORT_KEY =
"fs.oss.cname.support.enabled";
+ public static final boolean DEFAULT_CNAME_SUPPORT = true;
Review comment:
ok, I have changed it.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 642760)
Time Spent: 0.5h (was: 20m)
> Add config for Aliyun OSS cnam support
> --------------------------------------
>
> Key: HDFS-16189
> URL: https://issues.apache.org/jira/browse/HDFS-16189
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Jackey Lee
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add new config for Aliyun OSS cname support, enable user to close cname
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]