We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda1235 commit b8e1180Copy full SHA for b8e1180
swift/example_code/identity-resolvers/sso-resolver/Sources/entry.swift
@@ -35,13 +35,13 @@ struct ExampleCommand: ParsableCommand {
35
/// example.
36
func runAsync() async throws {
37
do {
38
- // snippet-start: [swift.identity.sso.create-resolver]
+ // snippet-start:[swift.identity.sso.create-resolver]
39
let identityResolver = try SSOAWSCredentialIdentityResolver(
40
profileName: profile,
41
configFilePath: config,
42
credentialsFilePath: credentials
43
)
44
- // snippet-end: [swift.identity.sso.create-resolver]
+ // snippet-end:[swift.identity.sso.create-resolver]
45
46
// Call the function that fetches the Amazon S3 bucket names, then
47
// output the names.
0 commit comments