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

SelectObjectContent support #299

Closed
skeggse opened this issue Jun 15, 2021 · 1 comment · Fixed by #300
Closed

SelectObjectContent support #299

skeggse opened this issue Jun 15, 2021 · 1 comment · Fixed by #300

Comments

@skeggse
Copy link
Contributor

skeggse commented Jun 15, 2021

I prototyped SelectObjectContent support (with wildcards) for s5cmd, and it works pretty well! I did make some assumptions, and it's not quite ready for primetime, and it'd take a bit of work to make it ready to go. I'm happy to open a PR if this is something you're open to supporting.

$ s5cmd select --query "SELECT * FROM S3Object s WHERE s.query_name LIKE '%.github.com.'" --compression-type gzip s3://example-bucket/AWSLogs/*
@igungor
Copy link
Member

igungor commented Jun 16, 2021

Hi @skeggse,

Looks very nice ✨

I'd personally be very happy to see this land on master branch. Also I'd gladly help if you have any questions.

@ilkinulas ilkinulas added this to the v1.4.0 milestone Jun 30, 2021
igungor pushed a commit that referenced this issue Jul 10, 2021
Co-authored-by: İbrahim Güngör <[email protected]>
Co-authored-by: İlkin Balkanay <[email protected]>
Co-authored-by: Onur Sönmez <[email protected]>

Fixes #299
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants