You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/09 14:44:00 UTC

[jira] [Updated] (ARROW-10346) [Python] Default S3 region is eu-central-1 even with LANG=C

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

ASF GitHub Bot updated ARROW-10346:
-----------------------------------
    Labels: pull-request-available  (was: )

> [Python] Default S3 region is eu-central-1 even with LANG=C
> -----------------------------------------------------------
>
>                 Key: ARROW-10346
>                 URL: https://issues.apache.org/jira/browse/ARROW-10346
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Uwe Korn
>            Assignee: Uwe Korn
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Verifying the macOS wheels using {{LANG=C dev/release/verify-release-candidate.sh wheels 2.0.0 2}} fails for me with
> {code}
>     @pytest.mark.s3
>     def test_s3_real_aws():
>         # Exercise connection code with an AWS-backed S3 bucket.
>         # This is a minimal integration check for ARROW-9261 and similar issues.
>         from pyarrow.fs import S3FileSystem
>         fs = S3FileSystem(anonymous=True)
> >       assert fs.region == 'us-east-1'  # default region
> E       AssertionError: assert 'eu-central-1' == 'us-east-1'
> E         - us-east-1
> E         + eu-central-1
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)