_client.updateObjectMetadata( getRootContainer( ).getName( ), obj
.getPath( ).getAbsolutePath( ), metadata.getCustomTags( ) );
}
catch ( FilesAuthorizationException e )
{
throw new CloudStoreException( e );
}
catch ( FilesInvalidNameException e )
{
throw new CloudStoreException( e );
}
catch ( HttpException e )
{
throw new CloudStoreException( e );
}
catch ( IOException e )
{
throw new CloudStoreException( e );
}
metadata.setComplete( );
return metadata;
}