I have uploaded one image 10 times to the AWS S3 using PHP SDK, and the image has a dimension (1000w x 4890h). After uploading them, when I tried to view some images i got the below error message instead of the real image,
{"success":false,"error":{"code":411,"type":"viewport_too_large","info":"The viewport you specified is too large. [max. dimensions: 5000x5000]"}}
All images have public access and given all required permission,
Is anyone get this type of error while accessing any object from AWS S3,
Thanks.