Skip to content

Commit

Permalink
remove s3 references in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGeere committed Nov 12, 2024
1 parent 5476808 commit 6b9157d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mod/provider/_provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ const file = require('./file')

const cloudfront = require('./cloudfront')

const s3 = require('./s3')

module.exports = async (req, res) => {

const provider = {
cloudfront,
file,
s3
file
}

if (!Object.hasOwn(provider, req.params.provider)) {
Expand Down

0 comments on commit 6b9157d

Please sign in to comment.