CONTAP-736981: ONTAP S3 ListObjectsV2 omits newly created object immediately after successful PutObject
Issue
- ListObjectsV2 request omits object just created by PutObject
- PutObject returns 200; object is durable
- ListObjectsV2 sent within ~100 ms after PutObject does not include the new key
- Subsequent ListObjectsV2 requests include the key after ~100 ms
- Behavior observed when creating objects under a new directory
- Objects under existing prefixes unaffected
