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 ec420f1 commit 1f94820Copy full SHA for 1f94820
swift/example_code/s3/ListBuckets-Simple/Sources/entry.swift
@@ -10,7 +10,6 @@
10
import AWSClientRuntime
11
import AWSS3
12
import Foundation
13
-
14
// snippet-end:[s3.swift.intro.imports]
15
16
// snippet-start:[s3.swift.intro.getbucketnames]
@@ -56,11 +55,10 @@ func getBucketNames() async throws -> [String] {
56
55
}
57
58
59
60
// snippet-end:[s3.swift.intro.getbucketnames]
61
62
-// snippet-start:[s3.swift.intro.main]
63
/// The program's asynchronous entry point.
+// snippet-start:[s3.swift.intro.main]
64
@main
65
struct Main {
66
static func main() async {
@@ -78,5 +76,4 @@ struct Main {
78
76
79
77
80
81
82
// snippet-end:[s3.swift.intro.main]
0 commit comments