HADOOP-16681. mvn javadoc:javadoc fails in hadoop-aws. Contributed by Xieming Li

This commit is contained in:
Takanobu Asanuma 2019-11-05 15:24:59 +09:00
parent 7901062707
commit d17ba85482

View File

@ -114,7 +114,10 @@ public static void bindSSLChannelMode(Configuration conf,
/**
* Given an S3 bucket region as returned by a bucket location query,
* fix it into a form which can be used by other AWS commands.
* https://forums.aws.amazon.com/thread.jspa?messageID=796829&tstart=0
* <p>
* <a href="https://forums.aws.amazon.com/thread.jspa?messageID=796829">
* https://forums.aws.amazon.com/thread.jspa?messageID=796829</a>
* </p>
* See also {@code com.amazonaws.services.s3.model.Region.fromValue()}
* for its conversion logic.
* @param region region from S3 call.