Commits


Antoine Pitrou authored and Benjamin Kietzman committed 512e4d12bcf
ARROW-10085: [C++] Fix S3 region resolution 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. Closes #8261 from pitrou/ARROW-10085-s3-redirects Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>