StorageGRID Deleted objects listed as existing on S3 client
Applies to
NetApp StorageGRID
Issue
Some/all previously deleted objects are being listed as existing:
- Object deleted:
aws --endpoint-url https:/URL:443 s3 rm s3://objectpath/object.txt
- Listing:
aws --endpoint-url https://URL:443 s3 ls s3://objectpath/object.txt
2020-06-10 23:01:24 53027418 object.txt
- Attempted operation (copy) on the object:
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