I'm trying to generate S3 Presign URLs for PUT
in a multi-threaded application, and intermittently it is throwing AmazonS3Exception
with 409
error code,and message A conflicting conditional operation is currently in progress against this resource. Please try again
.
I have verified the s3 key for each thread, and those are unique.
Can anyone help me in understanding this exception.