Is there a way to increase the max size of the workitem in the post request? I have 7 parameters, that means 7 aws presigned url, hence the workitem size during the post.
Asked
Active
Viewed 385 times
1 Answers
0
Your pre-signed URLs are "abnormally long" because they include x-amz-security-token. Pre-signed URLs are already temporary (contain an expiration) so I'm not sure why you are using temporary credentials to generate them.
Can you look into this?

Albert Szilvasy
- 461
- 3
- 5
-
I'm using the aws sdk to generate them, so they probably add everything on their own. I'll check if I can do anything about it. – Romain DA ROCHA Feb 13 '19 at 08:36
-
It seems our poor aws organization requires us to assume role in the aws configuration. So, it always generates token field for the presigned url. I won't be able to fix that... – Romain DA ROCHA Feb 13 '19 at 12:49
-
Sorry about the late response. I see. We can adjust this. Please request this via the regular developer support channel and provide your clientId. – Albert Szilvasy Feb 22 '19 at 01:41