Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-10085: [C++] Fix S3 region resolution on Windows #8261

Closed
wants to merge 2 commits into from

Conversation

pitrou
Copy link
Member

@pitrou pitrou commented Sep 24, 2020

Avoid trying to following redirects when resolving a region, as that can fail
(at least on Windows with certain AWS SDK versions).

Also skip a test that's failing because of a bug in the AWS SDK on Windows.

Avoid trying to following redirects when resolving a region, as that can fail
(at least on Windows with certain AWS SDK versions).

Also skip a test that's failing because of a bug in the AWS SDK on Windows.
@github-actions
Copy link

@pitrou
Copy link
Member Author

pitrou commented Sep 24, 2020

CI failures are unrelated.

@pitrou
Copy link
Member Author

pitrou commented Sep 24, 2020

cc @nealrichardson

@nealrichardson
Copy link
Member

@github-actions crossbow submit homebrew-r-autobrew

@github-actions
Copy link

Revision: e199de1

Submitted crossbow builds: ursa-labs/crossbow @ actions-553

Task Status
homebrew-r-autobrew TravisCI

@bkietz
Copy link
Member

bkietz commented Sep 24, 2020

@bkietz bkietz closed this in 512e4d1 Sep 24, 2020
@pitrou pitrou deleted the ARROW-10085-s3-redirects branch September 24, 2020 21:11
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
Avoid trying to following redirects when resolving a region, as that can fail
(at least on Windows with certain AWS SDK versions).

Also skip a test that's failing because of a bug in the AWS SDK on Windows.

Closes apache#8261 from pitrou/ARROW-10085-s3-redirects

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Avoid trying to following redirects when resolving a region, as that can fail
(at least on Windows with certain AWS SDK versions).

Also skip a test that's failing because of a bug in the AWS SDK on Windows.

Closes apache#8261 from pitrou/ARROW-10085-s3-redirects

Authored-by: Antoine Pitrou <antoine@python.org>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants