This is an automated email from the ASF dual-hosted git repository. bkietz pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
from 8a357baf76 GH-46041: [Python][Packaging] Temporary remove pandas from being installed on free-threaded Windows wheel tests (#46042) add 8b56d7e9e0 GH-40343: [C++] Move S3FileSystem to the registry (#41559) No new revisions were added by this update. Summary of changes: ci/docker/conda-cpp.dockerfile | 1 + cpp/cmake_modules/DefineOptions.cmake | 6 ++ cpp/src/arrow/CMakeLists.txt | 13 ++++ cpp/src/arrow/filesystem/CMakeLists.txt | 18 +++++ cpp/src/arrow/filesystem/filesystem.cc | 44 +++++++---- cpp/src/arrow/filesystem/filesystem.h | 2 +- cpp/src/arrow/filesystem/localfs.cc | 9 ++- cpp/src/arrow/filesystem/localfs_test.cc | 7 ++ cpp/src/arrow/filesystem/s3fs.cc | 90 +++++++++++++++------- cpp/src/arrow/filesystem/s3fs.h | 18 ++--- .../src/arrow/filesystem/s3fs_module.cc | 2 +- cpp/src/arrow/filesystem/s3fs_module_test.cc | 85 ++++++++++++++++++++ cpp/src/arrow/filesystem/util_internal.cc | 9 +-- cpp/src/arrow/filesystem/util_internal.h | 18 +++-- cpp/src/arrow/ipc/message.cc | 3 +- cpp/src/arrow/util/io_util.cc | 2 +- docs/source/cpp/env_vars.rst | 6 ++ 17 files changed, 262 insertions(+), 71 deletions(-) copy js/index.ts => cpp/src/arrow/filesystem/s3fs_module.cc (94%) create mode 100644 cpp/src/arrow/filesystem/s3fs_module_test.cc