Folder won't delete on Amazon S3

后端 未结 5 930
情书的邮戳
情书的邮戳 2021-02-13 14:53

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

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 15:46

    I was getting the following error when I tried to delete a bucket which was a directory that held log files from Cloudfront.

    An unexpected error has occurred. Please try again later.
    

    After I disabled logging in Cloudfront I was able to delete the folder successfully.

    My guess is that it was a system folder used by Cloudfront that did not allow deletion by the owner.

    In your case, you may want to check if MapReduce is holding on to the folder in question.

提交回复
热议问题