It seems like https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html is only used for the https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html API, though not sure from the docs. It's a binary protocol, which currently doesn't get receive_body_as_binary? set. Also I don't think there's code for decoding those responses. Not sure how this would best be solved, given it's n (wrapped) returned messages + some stats / end messages.
It seems like https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html is only used for the https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html API, though not sure from the docs. It's a binary protocol, which currently doesn't get
receive_body_as_binary?set. Also I don't think there's code for decoding those responses. Not sure how this would best be solved, given it's n (wrapped) returned messages + some stats / end messages.