Is there any limit on the number of pre signed URL\'s per object in AWS S3 presigned URL\'s. Say If I want to create 1000 presigned url\'s per object in a 2 minutes. Is that va
Yes. In fact, i believe AWS can't even limit that, as there is no such API call on S3. URL signing is done purely by the SDK.
But if creating so many URLs is a good idea or not is completely context dependent though...