keenanromain / AWS-SAA-C02-Study-Guide

How to become a certified AWS Solutions Architect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash keys are deprecated

clark-schneider opened this issue · comments

Earlier versions of the AWS Docs also suggested to use hash keys or random strings to prefix the object's name. In such cases, the partitions used to store the objects will be better distributed and therefore will allow better read/write performance on your objects.

This is no longer relevant, per the documentation referenced.

For example, previously Amazon S3 performance guidelines recommended randomizing prefix naming with hashed characters to optimize performance for frequent data retrievals. You no longer have to randomize prefix naming for performance, and can use sequential date-based naming for your prefixes.