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

feat: add koluku/s3s #7161

Merged
merged 2 commits into from Oct 18, 2022
Merged

Conversation

ponkio-o
Copy link
Sponsor Contributor

@ponkio-o ponkio-o commented Oct 18, 2022

#7161 koluku/s3s: Easy S3 select like searching in directories

$ aqua g -i koluku/s3s

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible.

Command and output

$ s3s --help
NAME:
   s3s - Easy S3 select like searching in directories

USAGE:
   s3s [global options] command [command options] [arguments...]

VERSION:
   v0.4.0

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --alb-logs, --alb_logs          (default: false)
   --cf-logs, --cf_logs            (default: false)
   --count, -c                     max number of results from each key to return (default: false)
   --csv                           (default: false)
   --debug                         erorr check for developper (default: false)
   --delve                         like directory move before querying (default: false)
   --dry-run, --dry_run            pre request for s3 select (default: false)
   --duration value                from current time if alb or cf (ex: "2h3m") (default: 0s)
   --help, -h                      show help (default: false)
   --limit value, -l value         max number of results from each key to return (default: 0)
   --max-retries value, -M value   max number of api requests to retry (default: 20)
   --query value, -q value         a query for S3 Select
   --region value                  region of target s3 bucket exist (default: ENV["AWS_REGION"])
   --since value                   end at if alb or cf (ex: "2006-01-02 15:04:05")
   --thread-count value, -t value  max number of api requests to concurrently (default: 150)
   --until value                   start at if alb or cf (ex: "2006-01-02 15:04:05")
   --version, -v                   print the version (default: false)
   --where value, -w value         WHERE part of the query

If files such as configuration file are needed, please share them.

$ s3s s3://bucket/prefix
{"time":1654848930,"type":"speak"}
{"time":1654848969,"type":"sleep"}

Reference

[koluku/s3s](https://github.com/koluku/s3s): Easy S3 select like searching in directories

```console
$ aqua g -i koluku/s3s
```

## How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

```console
$
```

If files such as configuration file are needed, please share them.

```
```

Reference

-
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 18, 2022
@suzuki-shunsuke suzuki-shunsuke added this to the v3.77.0 milestone Oct 18, 2022
@suzuki-shunsuke
Copy link
Member

Thanks!

@suzuki-shunsuke suzuki-shunsuke merged commit 5eadcda into aquaproj:main Oct 18, 2022
@suzuki-shunsuke
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants