You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2020/09/22 17:38:00 UTC

[jira] [Created] (ARROW-10066) [C++] Make sure that default AWS region is respected

Neal Richardson created ARROW-10066:
---------------------------------------

             Summary: [C++] Make sure that default AWS region is respected
                 Key: ARROW-10066
                 URL: https://issues.apache.org/jira/browse/ARROW-10066
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Neal Richardson
            Assignee: Antoine Pitrou
             Fix For: 2.0.0


See https://aws.amazon.com/blogs/developer/aws-sdk-for-c-version-1-8-developer-preview/. The sdk will detect the region from EC2 metadata if present; it will also (as of 1.8 at least) let you specify a default region via environment variable. So we should make sure that we don't override it with us-east-1 if the SDK pulls a region from one of those. (Sounds like how access_key/secret_key are currently handled.)



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