删除Google Cloud Storage中的存储桶

删除Google Cloud Storage中的存储桶

问题描述:

我已按照Google的指示删除了帐户中的一些旧存储桶...这是列出的非常简单的过程,但是在确认删除发生后,准备删除"会在左下方弹出,但系统永远不会删除文件和存储桶?

I have followed the directions provided by Google to delete some old buckets in the in my account ... it is very straight forward process listed however after confirming the deletion to occur the "Preparing to Delete" pops up on the bottom left, but the system never deletes the files and bucket ?

我已经发布了好几次,但是没有人提出解决方案或该流程无法正常工作的原因.

I have posted this several times but no one have suggested a solution or a reason why the process does not work.

如果存储桶中有很多文件,则执行该操作可能会花费很长时间.

If you have a lot of files in your bucket, it might simply take a long time to perform the operation.

作为不清楚的UI解决方法,您可以使用gsutil 使用 gsutil rm -r gs://bucket 删除存储桶中的所有文件,然后删除存储桶本身.

As a workaround to the UI being unclear, you can use gsutil to remove all files in a bucket, followed by the bucket itself, using gsutil rm -r gs://bucket.