From 890698c232ff75c0c09f7d40e368bfe7cf572680 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 22 Jan 2026 00:34:50 +0100 Subject: [PATCH] refactor(kb/aws/s3): add sources --- knowledge base/cloud computing/aws/s3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge base/cloud computing/aws/s3.md b/knowledge base/cloud computing/aws/s3.md index 5e2b75a..888d6fd 100644 --- a/knowledge base/cloud computing/aws/s3.md +++ b/knowledge base/cloud computing/aws/s3.md @@ -240,6 +240,7 @@ Examples: [1][lifecycle configuration examples], [2][s3 lifecycle rules example - [Understanding your AWS billing and usage reports for Amazon S3] - [Downloading objects] - [Download and upload objects with presigned URLs] +- [Best practices design patterns: optimizing Amazon S3 performance] ### Sources @@ -269,6 +270,7 @@ Examples: [1][lifecycle configuration examples], [2][s3 lifecycle rules example [Amazon S3 cost optimization for predictable and dynamic access patterns]: https://aws.amazon.com/blogs/storage/amazon-s3-cost-optimization-for-predictable-and-dynamic-access-patterns/ [amazon s3 storage classes]: https://aws.amazon.com/s3/storage-classes/ +[Best practices design patterns: optimizing Amazon S3 performance]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html [cli subcommand reference]: https://docs.aws.amazon.com/cli/latest/reference/s3/ [Download and upload objects with presigned URLs]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-presigned-url.html [Downloading objects]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/download-objects.html