Skip to content
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

Add S3 Select APIs in the S3 client #1290

Closed
humanzz opened this issue Jun 11, 2019 · 2 comments
Closed

Add S3 Select APIs in the S3 client #1290

humanzz opened this issue Jun 11, 2019 · 2 comments

Comments

@humanzz
Copy link

humanzz commented Jun 11, 2019

I'm using the S3 client from AWS SDK v2 and was surprised that it lacks support for S3 Select.

Going through the SDK v1, I can see it supports it as evidenced by the API doc at https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3.html#selectObjectContent-com.amazonaws.services.s3.model.SelectObjectContentRequest-

Unfortunately, I did not manage to find any counter-part in the SDK v2 client.

This is a feature request to add support for S3 Select in the S3 client APIs.

Expected Behavior

S3 client have APIs enabling the use of S3 Select

Current Behavior

S3 client does not have APIs for using S3 Select

Context

I'm using SDK v2 in a Java Lambda which uses the S3 client to access S3 objects which have JSON records. The Lambda does some filtering of the records - to find records matching certain criteria - which discards the majority of the JSON records and it then proceeds to process the filtered records.

@jhg023
Copy link

jhg023 commented Jun 11, 2019

#859 already seems to be an issue for this.

@humanzz
Copy link
Author

humanzz commented Jun 12, 2019

@jhg023 thanks for this. Looks like I did miss the issue you pointed out.
Closing this in favour of the other one then.

@humanzz humanzz closed this as completed Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants