When Artifactory uses the AWS SDK v2, operations like multipart upload might quickly open a significant number of connections to S3 storage. This may cause the storage solution to take longer than expected to open a connection.
To deal with this situation, you can use the parameters connectionTimeout and connectionAcquisitionTimeout to set these thresholds for both the Apache HTTP Client and Netty, used behind the scenes.