s3proxy icon indicating copy to clipboard operation
s3proxy copied to clipboard

Front AWS S3 with a web server that you control

Results 23 s3proxy issues
Sort by recently updated
recently updated
newest added

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

``` aws-sdk ^2.1199.0 → ^2.1295.0 chai ^4.3.6 → ^4.3.7 eslint ^8.22.0 → ^8.31.0 eslint-plugin-import ^2.26.0 → ^2.27.4 express ^4.18.1 → ^4.18.2 helmet ^5.1.1 → ^6.0.1 mega-linter-runner ^6.6.0 → ^6.18.0 mocha...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3. Changelog Sourced from socket.io-parser's changelog. 3.3.3 (2022-11-09) Bug Fixes check the format of the index of each attachment (fb21e42) 3.4.2 (2022-11-09) Bug Fixes check...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

https://github.com/github/super-linter

Hello, I set up a very simple lambda to proxy requests from s3. It uses the aws serverless express library to setup a basic express app, and then I leverage...

In some cases it would be beneficial to redirect users to an s3 presigned URL to get content vs streaming said content through the application itself. As described here https://github.com/gmoon/s3proxy/issues/24,...

Return a subset of s3 data using s3 select. Append a query such as: `http://localhost:3000/twitter.json?expression=select * from S3Object` For the initial release, try to detect InputSerialization parameters from the file...

Currently, a request that includes a query string will fail, as the entire URL, including the query, will be used as the S3 key. Instead, if there is a query,...