Skip to content

Tags: litejs/s3

Tags

v25.4.0

Toggle v25.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lauriro Lauri Rooden
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- rm -rf node_modules;npm install
added 2 packages, and audited 3 packages in 4s

found 0 vulnerabilities

-- lj lint

-- npm outdated

-- ! git rev-parse -q --verify v25.4.0

-- lj build
@litejs/cli v25.1.1

  Usage
    lj [init|bench|build|help|test]

  build options
    --banner, -b    Add comment banner to output
    --input,  -i    Input file
    --output, -o    Output file
    --readme, -r    Replase readme tags in file

  Examples
    lj b -r README.md -i ui/dev.html -o ui/index.html
    lj r

-- lj test --brief test/index.js

v24.9.0

Toggle v24.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lauriro Lauri Rooden
New Features:

 - Add sign method (Lauri Rooden)

Enhancements:

 - Drop currently not used getXml (Lauri Rooden)
 - Reduce number of variables (Lauri Rooden)
 - Make region: "auto" default (Lauri Rooden)
 - Cast keyCount and maxKeys to numbers (Lauri Rooden)
 - Accept s3.list without opts (Lauri Rooden)
 - test: Delete non-existing file (Lauri Rooden)
 - Append signature to url in sign method (Lauri Rooden)
 - Set host header in one place (Lauri Rooden)
 - ci: Use npx to execute jshint and c8 (Lauri Rooden)
 - Expose all headers for metadata (Lauri Rooden)
 - ci: Retry live tests on first failure (Lauri Rooden)
 - ci: Export variables and secrets to env (Lauri Rooden)
 - doc: Reword Readme (Lauri Rooden)

v24.6.0

Toggle v24.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
lauriro Lauri Rooden
New Features:

 - Add custom metadata support (Lauri Rooden)
 - Add stream from bucket support (Lauri Rooden)

Enhancements:

 - ci: Remove signature from release tag (Lauri Rooden)
 - test: Remove storj test due to free tier discontinuation (Lauri Rooden)
 - Change req arguments order (Lauri Rooden)
 - Add isFn utility function (Lauri Rooden)
 - Prevent GitHub from disabling scheduled workflow (Lauri Rooden)
 - ci: Verify release tag signature (Lauri Rooden)
 - Test with storj.io (Lauri Rooden)
 - Reduce number of variables (Lauri Rooden)
 - Test against Blackblaze B2 storage (Lauri Rooden)
 - ci: Move jshint globals to config file (Lauri Rooden)

v24.1.0

Toggle v24.1.0's commit message
Enhancements:

 - Use same error messages as AWS (Lauri Rooden)
 - Add stat live test (Lauri Rooden)
 - Test live non-existing file (Lauri Rooden)
 - Test with AWS Virtual-hosted–style requests (Lauri Rooden)
 - Test against Google Cloud Storage (Lauri Rooden)
 - Do not search endpoint from prototype (Lauri Rooden)

v23.12.0

Toggle v23.12.0's commit message
Breaking Changes:

 - Rename option.host to option.endpoint to match AWS naming (Lauri Rooden)

Enhancements:

 - Run tests against real service (Lauri Rooden)
 - Use AWS general Regional endpoint syntax by default (Lauri Rooden)
 - Rename index.js to s3.js (Lauri Rooden)