Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ struct ExampleCommand: ParsableCommand {
/// example.
func runAsync() async throws {
do {
// snippet-start: [swift.identity.sso.create-resolver]
// snippet-start:[swift.identity.sso.create-resolver]
let identityResolver = try SSOAWSCredentialIdentityResolver(
profileName: profile,
configFilePath: config,
credentialsFilePath: credentials
)
// snippet-end: [swift.identity.sso.create-resolver]
// snippet-end:[swift.identity.sso.create-resolver]

// Call the function that fetches the Amazon S3 bucket names, then
// output the names.
Expand Down
Loading