mirror of https://github.com/apache/cloudstack.git
Before temp acl branch
This commit is contained in:
parent
7feadce072
commit
6b6877b3cb
|
|
@ -316,9 +316,8 @@ public class S3RestServlet extends HttpServlet {
|
|||
return;
|
||||
}
|
||||
|
||||
// -> turn off auth - just for testing
|
||||
// TODO - Remove soon -> turn off auth - just for testing
|
||||
//UserContext.current().initContext("Mark", "123", "Mark", "testing", request);
|
||||
//return;
|
||||
|
||||
} catch (SignatureException e) {
|
||||
throw new PermissionDeniedException(e);
|
||||
|
|
|
|||
Loading…
Reference in New Issue