StorageGRID 已删除对象在 S3 客户端上列为现有对象
适用于
NetApp StorageGRID
问题
一些/所有先前已删除的对象被列为现有:
- 对象已删除:
aws --endpoint-url https:/URL:443 s3 rm s3://objectpath/object.txt- 列表:
aws --endpoint-url https://URL:443 s3 ls s3://objectpath/object.txt2020-06-10 23:01:24 53027418 object.txt- 在对象上尝试的操作(复制):
aws --endpoint-url https://URL:443 s3 cp s3://objectpath/object.txt /tmp
fatal error: An error occurred (404) when calling the HeadObject operation: Key "s3://objectpath/object.txt" does not exist