Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-10346

[Python] Default S3 region is eu-central-1 even with LANG=C

    XMLWordPrintableJSON

Details

    Description

      Verifying the macOS wheels using LANG=C dev/release/verify-release-candidate.sh wheels 2.0.0 2 fails for me with

          @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
      

      Attachments

        Issue Links

          Activity

            People

              uwe Uwe Korn
              uwe Uwe Korn
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m