Can't delete directory from Amazon S3

前端 未结 8 1318
醉酒成梦
醉酒成梦 2021-02-12 07:22

I\'m using the web interface of Amazon\'s S3, and when I right-click a folder X and choose Delete, X seems to be deleted. Then when I refresh the interface, X may either disappe

8条回答
  •  北恋
    北恋 (楼主)
    2021-02-12 07:51

    S3 does not actually use folders. Instead the path separators in object paths are treated like folders. If you want to remove a folder, all the contents of the folder will have to get deleted.

    If there is any delay in deleting all of the contents, the folder may continue to exist.

提交回复
热议问题