AWS code-library documentation change
Summary
Changed Swift package dependencies from AWSCognitoIdentityProvider to AWSS3 and renamed target
Security assessment
Appears to be a code example configuration change, but no explicit security context. Potential misconfiguration but no direct evidence of security impact.
Diff
diff --git a/code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md b/code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md index 204f70c04..8f088b704 100644 --- a//code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md +++ b//code-library/latest/ug/swift_1_cognito-identity-provider_code_examples.md @@ -537 +537 @@ The `Package.swift` file. - name: "cognito-scenario", + name: "http-config", @@ -560 +560 @@ The `Package.swift` file. - .product(name: "AWSCognitoIdentityProvider", package: "aws-sdk-swift"), + .product(name: "AWSS3", package: "aws-sdk-swift"),