S3クライアントに既存として表示されていた、StorageGRID によって削除されたオブジェクト
- Views:
- 29
- Visibility:
- Public
- Votes:
- 0
- Category:
- storagegrid<a>StorageGRID</a><a>削除</a><a>オブジェクト</a><a>2008941727</a><a>を翻訳</a><a>対象として削除</a>します
- Specialty:
- sgrid
- Last Updated:
環境
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