You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (Jira)" <ji...@apache.org> on 2020/08/06 16:00:00 UTC

[jira] [Created] (HADOOP-17189) add way for s3a to recognise buckets with "." in name and switch to path access

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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org