CONTAP-675913: S3 NAS buckets list objects in a different order than AWS S3
Issue
- Customer reports that
{}ListObjectsV1{},{}ListObjectsV2{}, andListMultiPartUploadson S3 NAS buckets return object keys in an order that does not match AWS S3’s unsigned UTF-8 byte lexicographical order. - Example: keys containing
/appear before keys with special characters like{}*{},{}+{}, or{}.{}, breaking workflows that rely on AWS-style ordering.
