mirror of https://github.com/apache/jclouds.git
added missing jets3t method
git-svn-id: http://jclouds.googlecode.com/svn/trunk@836 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
bb3e8e160c
commit
713b9d3b05
|
@ -288,4 +288,11 @@ public class JCloudsS3Service extends S3Service {
|
|||
|
||||
}
|
||||
|
||||
protected org.jets3t.service.model.S3Owner getAccountOwnerImpl()
|
||||
throws org.jets3t.service.S3ServiceException {
|
||||
// TODO Unimplemented
|
||||
throw new UnsupportedOperationException();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue