Emmanuel Lodovice
Emmanuel Lodovice
Thanks for checking this. I am not a boto expert but I was thinking may be we can check the response for the exception and see if the code is...
I am more than willing to open a PR for this if you are open to the idea @seocam
I think this can easily be done by overriding `get_request_headers` and raising a PermissionDenied exception if the user does not have permission ```python class YourView(ProxyView): def get_request_headers(self): if not hasattr(self.request,...