Steve Loughran created HADOOP-17189: ---------------------------------------
Summary: add way for s3a to recognise buckets with "." in name and switch to path access Key: HADOOP-17189 URL: https://issues.apache.org/jira/browse/HADOOP-17189 Project: Hadoop Common Issue Type: Sub-task Components: fs/s3 Affects Versions: 3.3.0 Reporter: Steve Loughran # AWS has, historically, allowed buckets with '.' in their name (along with other non-DNS valid chars) # none of which work with virtual hostname S3 clients -you have to enable path style access # which we can't do on a per-bucket basis, as the logic there doesn't support buckets with '.' in the name (think about it...) # and we can't blindly say "use path access everywhere", because all buckets created on/after 2020-10-01 won't work that way dest.set(Math.max(dest.get(), sourceValue)); -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org