Skip to content

What is HTTPClientError.deadlineExceeded when uploading? #719

Answered by adam-fowler
JetForMe asked this question in Q&A
Discussion options

You must be logged in to vote

Yes that'll be a timeout. You can get around that by setting the timeout when initializing the AWS service.

let s3 = S3(
    client: client,
    timeout: .minutes(5)
)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JetForMe
Comment options

@adam-fowler
Comment options

Answer selected by JetForMe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants