- Newest
- Most votes
- Most comments
As pointed out here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html
You can use prefixes to organize the data that you store in Amazon S3 buckets. A prefix is a string of characters at the beginning of the object key name.
Partitioned prefixes are "partitioned" because they divide and organize your data to create a hierarchical structure, which then can be used for indexing and retrieval purposes.
As per "behind the scenes" tricks, as pointed out here by an AWS employee: https://repost.aws/knowledge-center/s3-object-key-naming-pattern, there is some internal optimization that S3 performs.
Additionally, it's important to note that auto partitioning happens behind the scenes and involves S3 services monitors services that run automatically and the process can take from 30 to 60 minutes. Should the customer choose to do so, they can pre-petition using AWS support.
Relevant content
- asked 3 months ago
- asked 7 months ago
- AWS OFFICIALUpdated 10 days ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago