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 b7a516b commit 249ebecCopy full SHA for 249ebec
swift/example_code/s3/presigned-urls/Package.swift
@@ -22,11 +22,7 @@ let package = Package(
22
.package(
23
url: "https://github.com/apple/swift-argument-parser.git",
24
branch: "main"
25
- )/*,
26
- .package(
27
- url: "https://github.com/swift-server/async-http-client.git",
28
- from: "1.9.0"
29
- )*/
+ )
30
],
31
targets: [
32
// Targets are the basic building blocks of a package, defining a module or a test suite.
@@ -36,7 +32,6 @@ let package = Package(
36
dependencies: [
37
33
.product(name: "AWSS3", package: "aws-sdk-swift"),
38
34
.product(name: "ArgumentParser", package: "swift-argument-parser"),
39
-// .product(name: "AsyncHTTPClient", package: "async-http-client")
40
35
41
path: "Sources")
42
]
0 commit comments