> Or will we need to distinguish between KeyNotFoundException and > ContainerNotFoundException
E.g. currently, if `objectExists` results in a ContainerNotFoundException (rather than a KeyNotFoundException), the exception would currently be thrown (since only a KNFE would trigger the fallback), as far as I can see. This change would return false on _every_ 404 - is this a change in behaviour that could matter? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/165#issuecomment-25529817
