Skip to content

Commit

Permalink
Update prepareAssetUpload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 21, 2023
1 parent cec4dca commit f856aa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/prepareAssetUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const handler = async (event) => {
// Asset does not exist, which is good. Just continue.
}

console.log("headObject works")

const uploadUrl = s3.getSignedUrl('putObject', params)

return respond.json(200, { uploadUrl })
Expand Down

0 comments on commit f856aa2

Please sign in to comment.