This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Description
Im receiving Socket failed with code 0 ("Success") [ipAddressValidationFailed("Name or service not known")]
let s3 = S3(host:"bucket.s3.amazonaws.com", accessKey: accessKey, secretKey: secretKey, region: .usEast1)
try s3.upload(bytes:file.part.body, path:filePath, access:.privateAccess)