-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for S3 Select #23
Comments
I'd welcome a PR for it, but I don't have time in the foreseeable future to do so myself sorry. |
Understood. I will scratch around a bit and see if there are bits of the existing library that I can reuse. The If you have any bigger picture perspective or tips to share that will be appreciated but I will see what I can do either way. Again, much appreciated, the library is very very useful as it is. |
@Ivor Did you proceed with this? |
I played around a bit but ended up not using it. The operation below worked if passed to
I suspect the only useful part here is that I embedded the query (expression) in the correctly formatted XML and that I added the The XML that I built looked like this:
Hope this helps :) |
@Ivor thank you, I'll have a stab at the stream_builder :) |
@madshargreave any luck with this? |
Does any other resource within ex_aws/ex_aws_s3 include a Transfer-Encoding header with chunked as its value in the response? https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html Trying to do a simple request/response gives me back this as a header:
|
I am trying to work on this. UPDATE on 2/11/2023 -
UPDATE on 3/11/2023 -
|
@bernardd I have a PRs up for this in this Repo and ex_aws |
temp changes. ex-aws/ex_aws_s3#23
Do you guys plan to support S3 Select any time soon?
I've hacked at it a bit and thought it was working until I started validating what I get back and then I realised the response is chunked and streaming and to be honest its over my head at this stage.
Will be fantastic if you could add this functionality.
The api could simply pass through the request XML and expression. The challenging part is parsing the response.
The project is much appreciated, with or without this. Thanks!
The text was updated successfully, but these errors were encountered: