Open richiethie opened 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
Delete film route not deleting from s3 bucket
filmController.js