s3-proxy icon indicating copy to clipboard operation
s3-proxy copied to clipboard

4front plugin to proxy read calls to S3

Results 19 s3-proxy issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [supertest](https://github.com/visionmedia/supertest). These dependencies need to be updated together. Updates `qs` from 2.3.3 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix]...

dependencies

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.0.4 Commits e46989a v3.0.4 ddfacbd update brace-expansion 55ed736 update...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...

dependencies

Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.475.0 to 2.814.0. Changelog Sourced from aws-sdk's changelog. 2.814.0 bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto feature: EC2:...

dependencies

Range header is important to support download resume and media streaming. As [GetObject supports Range](1), this commit proxy the range header from the request to Range parameter of the GetObject....

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Added support for s3BucketEndpoint option for some third-party S3 providers to work.

I am having troube configuring the endpoint of the S3 storage. I thought it should be possible by passing a config object during import: `s3Proxy = require('s3-proxy')({endpoint: process.env.AWS_ENDPOINT});` However, this...