From 684293b4493ef036b7e9e49da37b4cf37b5289e6 Mon Sep 17 00:00:00 2001 From: KotoishiHeart Date: Sat, 21 Jun 2025 09:49:46 +0900 Subject: [PATCH] dev-libs/aws-sdk-cpp: Added explanation of http and full use flags - http: If ON, prevents the default platform-specific HTTP client from being built into the library. If ON, you will need to provide your own platform-specific HTTP client implementation. - full: Adds access to all supported services. This use flag is provided for users who want all features enabled. Enabling this will increase build times significantly. (around 30 minutes build time when compiling with 16 threads on a Ryzen 9 7900). Signed-off-by: KotoishiHeart --- dev-libs/aws-sdk-cpp/metadata.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/aws-sdk-cpp/metadata.xml b/dev-libs/aws-sdk-cpp/metadata.xml index e1d8d3a340..294ddb23db 100644 --- a/dev-libs/aws-sdk-cpp/metadata.xml +++ b/dev-libs/aws-sdk-cpp/metadata.xml @@ -6,6 +6,7 @@ Okamura Kazuya + If ON, prevents the default platform-specific HTTP client from being built into the library. If ON, you will need to provide your own platform-specific HTTP client implementation. Adds access to services related to object, block, and file storage. Adds access to Compute and Auto Scaling related services. Adds access to network and CDN related services. @@ -20,6 +21,7 @@ Adds access to CI/CD and developer related services. Adds access to operational management related services. Add access to services that do not easily fit into existing groups. + Adds access to all supported services. Enabling this will significantly increase build times. aws/aws-sdk-cpp