refactor(kb/aws/s3): add sources

This commit is contained in:
Michele Cereda
2026-01-22 00:34:50 +01:00
parent de84968cd8
commit 890698c232

View File

@@ -240,6 +240,7 @@ Examples: [1][lifecycle configuration examples], [2][s3 lifecycle rules example
- [Understanding your AWS billing and usage reports for Amazon S3] - [Understanding your AWS billing and usage reports for Amazon S3]
- [Downloading objects] - [Downloading objects]
- [Download and upload objects with presigned URLs] - [Download and upload objects with presigned URLs]
- [Best practices design patterns: optimizing Amazon S3 performance]
### Sources ### Sources
@@ -269,6 +270,7 @@ Examples: [1][lifecycle configuration examples], [2][s3 lifecycle rules example
<!-- Upstream --> <!-- Upstream -->
[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 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/ [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/ [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 [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 [Downloading objects]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/download-objects.html