Skip to content

Commit

Permalink
Add S3 storage support to README checklist
Browse files Browse the repository at this point in the history
This commit adds a new task in the README's feature checklist to include validation support for files stored in an S3 bucket. This update indicates an intended expansion of the validation process to incorporate data stored in the cloud.
  • Loading branch information
Denis Smet committed Mar 12, 2024
1 parent 17d5e47 commit 0b9dea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ It's random ideas and plans. No orderings and deadlines. <u>But batch processing

* [ ] Filename pattern validation with regex (like "all files in the folder should be in the format `/^[\d]{4}-[\d]{2}-[\d]{2}\.csv$/`").
* [ ] Quick stop mode. If the first error is found, then stop the validation process to save time.
* [ ] S3 Storage support. Validate files in the S3 bucket?
* [ ] CSV/Schema file discovery in the folder with regex filename pattern (like `glob(./**/dir/*.csv)`).
* [ ] Build phar file and release via GitHub Actions.
* [ ] If option `--csv` is a folder, then validate all files in the folder.
Expand Down

0 comments on commit 0b9dea8

Please sign in to comment.