richiethie / FilmProject

0 stars 0 forks source link

Delete film route not deleting from s3 bucket #9

Open richiethie opened 3 hours ago

richiethie commented 3 hours ago

Delete film route not deleting from s3 bucket

filmController.js

richiethie commented 3 hours ago
const params = {
  Bucket: process.env.AWS_S3_BUCKET_NAME, // S3 Bucket name
  Key: film.filmUrl, // The path to the file in the S3 bucket
};

will probably have to delete by s3 url, make sure it is sending correctly in params