Skip to content

Commit

Permalink
reset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcolquitt authored Dec 14, 2023
1 parent b41268f commit 1ecbd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ router.delete('/reset', async (req, res) => {

// Delete the objects
await s3.deleteObjects({
Bucket: bucketName,
Bucket: '461testbucket',
Delete: { Objects: objectsToDelete },
}).promise();

Expand Down

0 comments on commit 1ecbd06

Please sign in to comment.