{
assertValidCloudStorePath( path );
CloudStore parentStore = ( CloudStore ) path.getCloudProvider( );
CloudStoreObjectType objType = CliUtil.determinePathType( path );
switch ( objType )
{
case DIRECTORY :
return parentStore.getDirectory( path.getPath( ) );