PutObjectCommand with AWS SDK v3 fails with socket hang up error whereas putObject with AWS SDK v2 works
We recently started encountering a strange error in a process that was working fine earlier. In one of our lambda functions, we upload a file from ephemeral storage to an S3 bucket.
PutObjectCommand with AWS SDK v3 fails with socket hangup error whereas putObject with AWS SDK v2 works
We recently started encountering a strange error in a process that was working fine earlier. In one of our lambda functions, we upload a file from ephemeral storage to an S3 bucket.