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

Feature/aws sdk v3 or v2 #193

Open
wants to merge 69 commits into
base: master
Choose a base branch
from
Open

Feature/aws sdk v3 or v2 #193

wants to merge 69 commits into from

Conversation

czirker
Copy link
Contributor

@czirker czirker commented Dec 14, 2023

No description provided.

czirker and others added 30 commits July 28, 2023 17:14
Still some broken tests
Fixed but with webpack removing require in aws-sdk-sync.ts
Added WriteOptions.onCheckpoint - called when checkpoint is called in a toLeo
Added ReadOptions.parser to provide a custom parser
Added ReadOptions.hooks to allow extending the fromLeo stream
Added sdk.streams.tmpDir which defaults to `/tmp/rstreams`
Passing s3 credentials to the task
removed merge file V2
Better support for FastJson - handle wildcards '*' and arrays
…-webpack

Feature/faster stream parsing webpack
Added 16.x and 18.x node ci/cd
@czirker czirker changed the base branch from development to master December 14, 2023 19:03
// If there are multiple files then merge them into the one desired file
if (!error && subFiles.length > 1) {
try {
execSync(`cat ${subFiles.map(p => basename(p).replace(/\\/g, "/")).join(" ")} >> ${task.filePath}`, {

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
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

Successfully merging this pull request may close these issues.

None yet

2 participants