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 27ec431 commit 4e107f2Copy full SHA for 4e107f2
swift/example_code/swift-sdk/http-config/Sources/entry.swift
@@ -49,7 +49,7 @@ struct ExampleCommand: ParsableCommand {
49
50
print("*** Getting bucket list with custom timeouts...")
51
52
- // snippet-start: [swift.http-config.timeouts]
+ // snippet-start:[swift.http-config.timeouts]
53
do {
54
let config = try await S3Client.S3ClientConfiguration(
55
region: region,
@@ -66,7 +66,7 @@ struct ExampleCommand: ParsableCommand {
66
} catch {
67
print("*** Unexpected error occurred requesting the bucket list.")
68
}
69
- // snippet-end: [swift.http-config.timeouts]
+ // snippet-end:[swift.http-config.timeouts]
70
71
72
0 commit comments