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.txt
2020-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