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 2021/08/03 22:10:00 UTC

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

     [ https://issues.apache.org/jira/browse/HADOOP-17189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Loughran updated HADOOP-17189:
------------------------------------
    Description: 
# 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

  was:
# 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));



> 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
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> # 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



--
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