Skip to content

Commit

Permalink
Drop exposed S3 handler in favor of @balena/pinejs-webresource-s3 han…
Browse files Browse the repository at this point in the history
…dler

Change-type: major
  • Loading branch information
otaviojacobi authored and Page- committed Jan 2, 2025
1 parent 78a0996 commit adf9956
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 145 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"devDependencies": {
"@balena/lint": "^8.2.8",
"@balena/pinejs-webresource-s3": "1.0.1",
"@faker-js/faker": "^9.3.0",
"@types/busboy": "^1.5.4",
"@types/chai": "^5.0.1",
Expand Down
143 changes: 0 additions & 143 deletions src/webresource-handler/handlers/S3Handler.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/webresource-handler/handlers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './NoopHandler.js';
export * from './S3Handler.js';
2 changes: 1 addition & 1 deletion test/fixtures/06-webresource/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ConfigLoader } from '../../../src/server-glue/module.js';
import type { WebResourceHandler } from '../../../src/webresource-handler/index.js';
import { S3Handler } from '../../../src/webresource-handler/handlers/S3Handler.js';
import { S3Handler } from '@balena/pinejs-webresource-s3';
import { v1AbstractSqlModel, v1Translations } from './translations/v1/index.js';
import { requiredVar, intVar } from '@balena/env-parsing';

Expand Down

0 comments on commit adf9956

Please sign in to comment.