Skip to content

Commit 616ff54

Browse files
committed
adding support for FoundationNetworking
1 parent 48367b8 commit 616ff54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/S3/Extensions/S3+Private.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
import Foundation
99
import Vapor
1010
import HTTP
11+
#if canImport(FoundationNetworking)
12+
import FoundationNetworking
13+
#endif
1114

1215
extension S3 {
1316

0 commit comments

Comments
 (0)