由于404 (NoSuchBucket)指定的存储分段不存在、无法从S3命令行界面中删除存储分段
适用场景
NetApp 存储网格
问题描述
- 由于S3错误、无法删除存储分段:
404 (NoSuchBucket): The specified bucket does not exist
尽管在列出存储分段时它仍显示。 - 以下示例 显示、在列出存储分段时、存储分段仍然存在、在尝试删除存储分段时出现错误:
Test@sp-1234:~ 13:28:47 $ aws s3 ls --profile Test_Prod --endpoint-url https://s3.netapp.cloud 2023-06-14 09:17:02 bucket_1 2020-09-10 11:25:11 bucket_2 2020-10-15 10:21:41 test-bucket Test@sp-1234:~ 13:28:57 $ aws s3 rb --profile Test_Prod --endpoint-url https://s3.netapp.cloud test-bucket An error occurred (NoSuchBucket) when calling the ListObjectsV2 operation: The specified bucket does not exist.