backstage-plugin-s3 icon indicating copy to clipboard operation
backstage-plugin-s3 copied to clipboard

An S3 Viewer plugin for Backstage! 🪣

Results 13 backstage-plugin-s3 issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Getting an error when I added s3.ts file in backstage/packages/backend/scr/plugins. import { S3Builder } from '@spreadshirt/backstage-plugin-s3-viewer-backend'; import { Router } from 'express'; import { PluginEnvironment } from '../types'; export default...

Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.2 to 3.9.7. Release notes Sourced from mysql2's releases. v3.9.7 3.9.7 (2024-04-21) Bug Fixes security: sanitize timezone parameter value to prevent code injection - report by zhaoyudi...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies

Bumps [jose](https://github.com/panva/jose) from 4.9.3 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 v4.15.4 Fixes types: export GetKeyFunction (#592)...

dependencies

Hi I would like to have a little guidance: so I have to upload a folder structure to s3: my local structure is: ``` test1/ └── test2 └── test3 └──...

``` ``` When click this linkbutton, the Authorization didn't set into the header. It will return 401 on production env ``` { "error": { "name": "AuthenticationError", "message": "Missing 'Authorization' header...

This what backstage does. https://github.com/backstage/backstage/blob/999936b3915d807206f833f44c8397775780a22e/packages/backend-common/src/reading/AwsS3UrlReader.ts#L50 ``` export const DEFAULT_REGION = 'us-east-1'; ``` Shall we consider this? With this approach, the `region` is not a breaking change any more.