Commits

Antoine Pitrou authored 27d21d4d3b1
ARROW-11907: [C++] Use our own executor in S3FileSystem The async APIs in the AWS SDK merely spawn a new thread each time they are called. By using our own executor, we schedule requests on our IO thread pool, and we allow for potential cancellation. Closes #9678 from pitrou/ARROW-11907-s3fs-executor Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>