I am generating some signed URL's for some private information in Amazon S3
In the case that the signed link has expired, or that the object doesn't exist there is an XML error that is reported, along with a 404 error (or 403 forbidden).
Is it possible to redirect the signed link 404 to a custom error page? This seems different to the 404 error page for the S3 static website settings.
My research so far has indicated that if you use the static pages, the permissions have to be publicly readable for all content and you cannot generate the signed URL (or I'm doing it wrong) OR if you use a signed URL the 404 error doesn't redirect and you just get the XML error.
all the links i have found point to use the static pages but I don't think that applies in this case.