Commits


Antoine Pitrou authored and GitHub committed 4dc3d04ae84
GH-40151: [C++] Make S3 narrative test more flexible (#40144) `arrow-s3fs-narrative-test` allows manual testing of the S3 filesystem implementation against an actual S3 backend such as AWS. This PR allows customizing the endpoint address, and adds a command to create a bucket for testing. Validated with the LocalStack S3 server. * Closes: #40151 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>