0 votes
in AWS by
What is a prefix with S3?

1 Answer

0 votes
by

The folders/subfolders under the S3 bucketname that the object is contained.

Explain why S3 has extremely low latency.

1. You can get the first byte out of S3 within 100-200 miliseconds.

2. You can also achieve a high number of requests: 3,500 PUT/COPY/POST/DELETE and 5,500 GET/HEAD requests per second per prefix.

3. The more prefixes we have the better performance you can achieve. Ex. using 2 prefixes for reads, you can achieve 11,000 requests per second.

Related questions

0 votes
asked Dec 12, 2021 in AWS by SakshiSharma
0 votes
asked Sep 27, 2021 in Azure Essentials by Robin
...