soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
868 stars 81 forks source link

I am getting below error while uploading more then 8 images on same time. #674

Closed miteshpopenxcell closed 9 months ago

miteshpopenxcell commented 1 year ago

▿ HTTPClientError.getConnectionFromPoolTimeout

adam-fowler commented 1 year ago

This is an error returned by https://github.com/swift-server/async-http-client. It is most likely because you are running too many concurrent requests (although the error message is not very helpful).