Closed
Description
Some S3 implementations have hotspots if key names distribute poorly, e.g., date and timestamp prefixes:
https://aws.amazon.com/blogs/aws/amazon-s3-performance-tips-tricks-seattle-hiring-event/
S3Proxy could support a middleware which adds a prefix of the key name hash to the key name. This poses challenges for listing objects but this operation could either be disabled or return the prefixed name instead of the user-provided name.