How to customize AccessDenied page of MinIO? – Nginx
When the expiration date of MinIO links passes, It responds to an XML like this: <Error> <Code>AccessDenied</Code> <Message>Request has expired</Message> <Key>key-of-the-resource</Key> <BucketName>bucket-name</BucketName> <Resource>/path-to/teh-resource</Resource> <RequestId>16FC78B1C6185XC7</RequestId> <HostId>5d405266-91b9-XXXX-ae27-c48694f203d5</HostId> </Error> Is there any way to customize this page by some sort of configuration inside…