raulcd commented on PR #50195: URL: https://github.com/apache/arrow/pull/50195#issuecomment-4779346838
> So, this is as if `ARROW_S3_MODULE` was always enabled, right? Yes but with a small caveat. `ARROW_S3_MODULE` bundled both into libarrow and generated a separate .so. This removes `ARROW_S3_MODULE` and makes `ARROW_S3` unconditionally generate a new `libarrow_s3.so` and remove AWS SDK and `s3fs.cc` from `libarrow.so`. The bindings link against this new library. I have also validated the size reduction on `libarrow.so` and that no symbols for AWS are included in it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
