I\'m trying to delete a folder created as a result of a MapReduce job. Other files in the bucket delete just fine, but this folder won\'t delete. When I try to delete it from
I had the same issue and used AWS CLI to fix it:
aws s3 rm s3://// --recursive ;
(this assumes you have run aws configure and aws s3 ls s3:/// already works)
aws configure
aws s3 ls s3:///